Skip to content

Commit af9d29c

Browse files
committed
drop useless arg
1 parent 85e372f commit af9d29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/tidy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ use xshell::{cmd, Shell};
33
#[test]
44
fn test_formatting() {
55
let sh = Shell::new().unwrap();
6-
cmd!(sh, "cargo fmt --all -- --check").run().unwrap()
6+
cmd!(sh, "cargo fmt -- --check").run().unwrap()
77
}

0 commit comments

Comments
 (0)