Skip to content

Commit

Permalink
Merge pull request #5689 from tertsdiepraam/fmt
Browse files Browse the repository at this point in the history
`test/sort`: run cargo fmt
  • Loading branch information
cakebaker authored Dec 21, 2023
2 parents 8ede759 + 4b2577f commit d305ccd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/by-util/test_sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1184,8 +1184,5 @@ fn test_same_sort_mode_twice() {

#[test]
fn test_args_override() {
new_ucmd!()
.args(&["-f", "-f"])
.pipe_in("foo")
.succeeds();
new_ucmd!().args(&["-f", "-f"]).pipe_in("foo").succeeds();
}

0 comments on commit d305ccd

Please sign in to comment.