mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-12 09:19:39 +02:00
Add annotations again
This commit is contained in:
@ -138,6 +138,7 @@ impl<'b> Controller<'b> {
|
||||
printer: &mut dyn Printer,
|
||||
writer: &mut dyn Write,
|
||||
input: &mut OpenedInput,
|
||||
#[cfg(feature = "git")]
|
||||
line_changes: &Option<LineChanges>,
|
||||
) -> Result<()> {
|
||||
if !input.reader.first_line.is_empty() || self.config.style_components.header() {
|
||||
|
Reference in New Issue
Block a user