feat: fix clippy
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user