Skip to content

Commit 9fecdba

Browse files
committed
No need to flush after printing newlines
1 parent 7af38e6 commit 9fecdba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/term.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ impl<'a, 'lock> ProgressCounter<'a, 'lock> {
188188
impl Drop for ProgressCounter<'_, '_> {
189189
fn drop(&mut self) {
190190
let _ = self.stdout.write_all(b"\n\n");
191-
let _ = self.stdout.flush();
192191
}
193192
}
194193

0 commit comments

Comments
 (0)