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

Fix formatting

This commit is contained in:
Eli Youngs 2022-02-06 23:57:54 -08:00 committed by Sylvestre Ledru
parent e23219289a
commit 565af8237b

View file

@ -480,10 +480,7 @@ fn sub_general_float() {
#[test] #[test]
fn sub_general_truncate_to_integer() { fn sub_general_truncate_to_integer() {
new_ucmd!() new_ucmd!().args(&["%g", "1.0"]).succeeds().stdout_only("1");
.args(&["%g", "1.0"])
.succeeds()
.stdout_only("1");
} }
#[test] #[test]