Skip to content

Commit 598b5eb

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/numfmt/src/numfmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn format_and_write<W: std::io::Write>(
5454

5555
return Ok(false);
5656
}
57-
57+
5858
// In non-abort modes we buffer the formatted output so that on error we
5959
// can emit the original line instead.
6060
let buffer_output = !matches!(options.invalid, InvalidModes::Abort);

0 commit comments

Comments
 (0)