mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 19:02:22 +01:00
Linting
This commit is contained in:
committed by
David Peter
parent
44bdae0212
commit
dc10246bd2
@@ -306,7 +306,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
|||||||
let true_color = self.config.true_color;
|
let true_color = self.config.true_color;
|
||||||
let colored_output = self.config.colored_output;
|
let colored_output = self.config.colored_output;
|
||||||
let italics = self.config.italics;
|
let italics = self.config.italics;
|
||||||
|
|
||||||
for &(style, region) in regions.iter() {
|
for &(style, region) in regions.iter() {
|
||||||
let text = &*self.preprocess(region, &mut cursor_total);
|
let text = &*self.preprocess(region, &mut cursor_total);
|
||||||
write!(
|
write!(
|
||||||
|
Reference in New Issue
Block a user