Skip to content

Commit

Permalink
Removed force flush in printer.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed Jul 29, 2024
1 parent 423291f commit bc6b06f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/find/matchers/printer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl Printer {
self.delimiter
)
.unwrap();
out.flush().unwrap();
}
}

Expand Down

0 comments on commit bc6b06f

Please sign in to comment.