mirror of
https://github.com/sharkdp/bat
synced 2024-11-26 13:50:25 +00:00
Clippy lints
This commit is contained in:
parent
906e774372
commit
b2c28cdddb
1 changed files with 1 additions and 1 deletions
|
@ -461,7 +461,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
|||
self.colors
|
||||
.grid
|
||||
.paint(format!("{}{}{}{}", panel, snip_left, title, snip_right))
|
||||
);
|
||||
)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue