run cargo fmt
This commit is contained in:
parent
0c36c59175
commit
d2bf5b8068
@ -201,7 +201,6 @@ fn execute(opts: &Options) -> FmtResult<Summary> {
|
||||
}
|
||||
|
||||
Ok(error_summary)
|
||||
|
||||
}
|
||||
Operation::Format {
|
||||
files,
|
||||
@ -254,7 +253,7 @@ fn execute(opts: &Options) -> FmtResult<Summary> {
|
||||
}
|
||||
|
||||
if !config.version_meets_requirement(&mut error_summary) {
|
||||
break
|
||||
break;
|
||||
}
|
||||
|
||||
options.clone().apply_to(&mut config);
|
||||
|
Loading…
x
Reference in New Issue
Block a user