Format ui tests with rustfmt

`rustfmt tests/ui/*.rs`
This commit is contained in:
David Tolnay 2023-10-19 11:03:31 -07:00
parent ff0a0a5859
commit ebebf77fe0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
5 changed files with 30 additions and 29 deletions

View file

@ -6,9 +6,7 @@ pub struct NotError;
#[derive(Error, Debug)]
#[error("...")]
pub enum ErrorEnum {
Broken {
source: NotError,
},
Broken { source: NotError },
}
fn main() {}