Skip to content

Commit d2bf5b8

Browse files
committed
run cargo fmt
1 parent 0c36c59 commit d2bf5b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bin/rustfmt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ fn execute(opts: &Options) -> FmtResult<Summary> {
201201
}
202202

203203
Ok(error_summary)
204-
205204
}
206205
Operation::Format {
207206
files,
@@ -254,7 +253,7 @@ fn execute(opts: &Options) -> FmtResult<Summary> {
254253
}
255254

256255
if !config.version_meets_requirement(&mut error_summary) {
257-
break
256+
break;
258257
}
259258

260259
options.clone().apply_to(&mut config);

0 commit comments

Comments
 (0)