format test_numfmt

This commit is contained in:
FidelSch
2026-03-02 10:34:17 +01:00
committed by Daniel Hofstetter
parent 17ceb28381
commit 8a7a7788e7
+1 -1
View File
@@ -1269,4 +1269,4 @@ fn test_null_byte_input_multiline() {
.pipe_in("1000\x002000\n3000")
.succeeds()
.stdout_is("1000\n3000\n");
}
}