feat: fix clippy

This commit is contained in:
2023-10-13 08:47:38 +08:00
parent c873a52ac6
commit c9774d7542
10 changed files with 31 additions and 34 deletions

View File

@@ -74,7 +74,7 @@ pub fn config(_cmd_version: CmdConfig) -> XResult<()> {
let mut table = Table::new(config_profiles);
table.with(Style::modern());
println!("{}", table.to_string());
println!("{}", table);
Ok(())
}