mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-15 18:18:45 +01:00
Clippy lints
This commit is contained in:
parent
906e774372
commit
b2c28cdddb
@ -461,7 +461,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
|||||||
self.colors
|
self.colors
|
||||||
.grid
|
.grid
|
||||||
.paint(format!("{}{}{}{}", panel, snip_left, title, snip_right))
|
.paint(format!("{}{}{}{}", panel, snip_left, title, snip_right))
|
||||||
);
|
)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user