Merge pull request #5689 from tertsdiepraam/fmt

`test/sort`: run cargo fmt
This commit is contained in:
Daniel Hofstetter
2023-12-21 10:41:08 +01:00
committed by GitHub
+1 -4
View File
@@ -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();
}