Skip to content

Commit

Permalink
drop useless arg
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Dec 31, 2022
1 parent 85e372f commit af9d29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/tidy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ use xshell::{cmd, Shell};
#[test]
fn test_formatting() {
let sh = Shell::new().unwrap();
cmd!(sh, "cargo fmt --all -- --check").run().unwrap()
cmd!(sh, "cargo fmt -- --check").run().unwrap()
}

0 comments on commit af9d29c

Please sign in to comment.