mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Fix formatting
This commit is contained in:
committed by
Sylvestre Ledru
parent
e23219289a
commit
565af8237b
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user