Skip to content

Commit e190cc5

Browse files
committed
fix rustfmt issue
1 parent 399e023 commit e190cc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ where
6666
"--fix" => {
6767
fix = true;
6868
continue;
69-
}
69+
},
7070
"--" => break,
7171
// Cover -Zunstable-options and -Z unstable-options
7272
s if s.ends_with("unstable-options") => unstable_options = true,
73-
_ => {}
73+
_ => {},
7474
}
7575

7676
args.push(arg);

0 commit comments

Comments
 (0)