chore: clippy

This commit is contained in:
2025-05-10 16:34:41 +08:00
parent f86c088e97
commit fa3193ea50
7 changed files with 8 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ fn main() -> Result<()> {
break;
}
Err(err) => {
println!("Error: {:?}", err);
println!("Error: {err:?}");
break;
}
}