mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-24 06:29:22 +01:00
PR #102 Followed @sharkdp's suggestions
This commit is contained in:
parent
870b3c0daf
commit
9214a4a4f0
@ -188,15 +188,12 @@ impl<'a> Printer<'a> {
|
|||||||
" ".repeat(gutter_width),
|
" ".repeat(gutter_width),
|
||||||
border.text.to_owned()
|
border.text.to_owned()
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
write!(self.handle, "\n")?;
|
write!(self.handle, "\n")?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finished.
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user