1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

cargo fmt

This commit is contained in:
Yykz 2023-12-18 15:34:51 +01:00
parent cae113c237
commit 652e02fb59

View file

@ -737,4 +737,4 @@ fn test_args_override() {
.args(&["--total=always", "--total=never", "alice_in_wonderland.txt"])
.run()
.stdout_is(" 5 57 302 alice_in_wonderland.txt\n");
}
}