1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-14 17:22:25 +01:00

Simplify stdout handling

This commit is contained in:
sharkdp
2018-05-07 22:49:55 +02:00
committed by David Peter
parent 438f3df345
commit 9a0e444e09
2 changed files with 11 additions and 17 deletions

View File

@@ -95,8 +95,6 @@ impl<'a> Printer<'a> {
.join(" ")
)?;
self.handle.flush()?;
Ok(())
}