feat: fix clippy

This commit is contained in:
2023-10-14 00:05:11 +08:00
parent 69529b1813
commit 09bb894242
15 changed files with 68 additions and 66 deletions

View File

@@ -71,7 +71,7 @@ impl Command for CommandImpl {
if show_table {
let mut table = Table::new(piv_slots);
table.with(Style::rounded());
println!("{}", table.to_string());
println!("{}", table);
}
Ok(None)
}