Fix formatting

This commit is contained in:
Eli Youngs
2022-03-11 23:43:59 +01:00
committed by Sylvestre Ledru
parent e23219289a
commit 565af8237b
+1 -4
View File
@@ -480,10 +480,7 @@ fn sub_general_float() {
#[test]
fn sub_general_truncate_to_integer() {
new_ucmd!()
.args(&["%g", "1.0"])
.succeeds()
.stdout_only("1");
new_ucmd!().args(&["%g", "1.0"]).succeeds().stdout_only("1");
}
#[test]