Skip to content

Commit e99c0b7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fd92b1b commit e99c0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uucore/src/lib/features/format/num_format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ fn format_float_decimal(
387387
return format!("{bd:.0}.");
388388
}
389389
}
390-
390+
391391
//precision overflows at 65535, prevent overflow with overflow check of 1000
392392
//as the usual behaviour is "%.xf", where if x is >= 1000, precision will be 0.
393393
if precision < 1000 {

0 commit comments

Comments
 (0)