This commit is contained in:
Nisheet Sinvhal 2018-11-02 17:11:56 +05:30 committed by David Peter
parent 44bdae0212
commit dc10246bd2
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
let true_color = self.config.true_color;
let colored_output = self.config.colored_output;
let italics = self.config.italics;
for &(style, region) in regions.iter() {
let text = &*self.preprocess(region, &mut cursor_total);
write!(