Skip to content

Commit 664ad33

Browse files
committed
manually fixing formatting at this point lol
1 parent 0397e46 commit 664ad33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ impl ClippyCmd {
7777
"--fix" => {
7878
cargo_subcommand = "fix";
7979
continue;
80-
}
80+
},
8181
"--" => break,
8282
// Cover -Zunstable-options and -Z unstable-options
8383
s if s.ends_with("unstable-options") => unstable_options = true,
84-
_ => {}
84+
_ => {},
8585
}
8686

8787
args.push(arg);

0 commit comments

Comments
 (0)