1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

test/sort: run cargo fmt

This commit is contained in:
Terts Diepraam 2023-12-21 10:19:52 +01:00
parent 8ede759415
commit 4b2577fc78

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();
}