mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-06 06:17:39 +03:00
Format ui tests with rustfmt
`rustfmt tests/ui/*.rs`
This commit is contained in:
parent
ff0a0a5859
commit
ebebf77fe0
5 changed files with 30 additions and 29 deletions
|
@ -6,9 +6,7 @@ pub struct NotError;
|
|||
#[derive(Error, Debug)]
|
||||
#[error("...")]
|
||||
pub enum ErrorEnum {
|
||||
Broken {
|
||||
source: NotError,
|
||||
},
|
||||
Broken { source: NotError },
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue