Skip to content

Commit cbc7090

Browse files
committed
fix formatting
1 parent b1a560e commit cbc7090

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/by-util/test_tail.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5092,10 +5092,7 @@ fn test_debug_flag_with_inotify() {
50925092
let at = &ts.fixtures;
50935093
at.touch("f");
50945094

5095-
let mut child = ts
5096-
.ucmd()
5097-
.args(&["--debug", "-f", "f"])
5098-
.run_no_wait();
5095+
let mut child = ts.ucmd().args(&["--debug", "-f", "f"]).run_no_wait();
50995096

51005097
child.make_assertion_with_delay(500).is_alive();
51015098
child

0 commit comments

Comments
 (0)