mirror of
https://github.com/sharkdp/bat
synced 2026-07-28 17:51:44 +00:00
PR #102 Followed @sharkdp's suggestions
This commit is contained in:
@@ -188,15 +188,12 @@ impl<'a> Printer<'a> {
|
||||
" ".repeat(gutter_width),
|
||||
border.text.to_owned()
|
||||
)?;
|
||||
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
write!(self.handle, "\n")?;
|
||||
}
|
||||
|
||||
// Finished.
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user