Ran `cargo fmt`.

pull/302/head
eth-p 6 years ago
parent c1e1f753cf
commit 1e74f0e2a9
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

@ -245,12 +245,11 @@ impl<'a> Printer for InteractivePrinter<'a> {
for &(style, region) in regions.iter() {
let text = &*self.preprocess(region, &mut cursor_total);
write!(handle, "{}", as_terminal_escaped(
style,
&*text,
true_color,
colored_output,
))?;
write!(
handle,
"{}",
as_terminal_escaped(style, &*text, true_color, colored_output,)
)?;
}
} else {
for &(style, region) in regions.iter() {

Loading…
Cancel
Save