mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Fix formatting
This commit is contained in:
parent
e23219289a
commit
565af8237b
1 changed files with 1 additions and 4 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue