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
1 changed files with 1 additions and 1 deletions

View File

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