mirror of
https://github.com/sharkdp/bat
synced 2026-07-24 17:13:19 +00:00
Remove padding if the header style is not enabled
This commit is contained in:
@@ -247,8 +247,6 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
||||
)?;
|
||||
} else if self.config.style_components.grid() {
|
||||
self.print_horizontal_line(handle, '┬')?;
|
||||
} else if add_header_padding {
|
||||
writeln!(handle)?;
|
||||
}
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user