1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Clippy lints

This commit is contained in:
Peter Hebden
2023-07-09 01:34:35 +01:00
committed by David Peter
parent 906e774372
commit b2c28cdddb

View File

@@ -461,7 +461,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
self.colors
.grid
.paint(format!("{}{}{}{}", panel, snip_left, title, snip_right))
);
)?;
Ok(())
}