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

rustfmt some tests

This commit is contained in:
Sylvestre Ledru 2021-03-13 23:30:32 +01:00
parent 2158b2c5b4
commit 2c09556964
2 changed files with 2 additions and 10 deletions

View file

@ -45,4 +45,3 @@ fn test_seq_wrong_arg() {
fn test_zero_step() {
new_ucmd!().args(&["10", "0", "32"]).fails();
}