1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

rustfmt the recent change

This commit is contained in:
Sylvestre Ledru 2021-05-08 13:13:52 +02:00
parent ee43655bdb
commit a74a729aa8
2 changed files with 21 additions and 5 deletions

View file

@ -27,7 +27,7 @@ fn test_df_output() {
stdout_only("Filesystem Size Used Available Capacity Use% Mounted on \n");
} else {
new_ucmd!().arg("-H").arg("-total").succeeds().stdout_only(
"Filesystem Size Used Available Use% Mounted on \n"
"Filesystem Size Used Available Use% Mounted on \n",
);
}
}