Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 0bc63bb

Browse files
committed
Fix format
1 parent 7f648dc commit 0bc63bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/bin/cargo_semver.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ fn main() {
7373
}
7474

7575
let config_res = config.configure(
76-
0, // verbose
76+
0, // verbose
7777
matches.opt_present("q"), // quiet
78-
None, // color
79-
false, // frozen
80-
false, // locked
78+
None, // color
79+
false, // frozen
80+
false, // locked
8181
matches.opt_present("offline"),
8282
&None, // target_dir
8383
&[], // unstable_flags

0 commit comments

Comments
 (0)