chore: formatting

This commit is contained in:
zhom
2025-08-17 12:45:58 +04:00
parent 10f8061acf
commit 348a727da7
3 changed files with 550 additions and 222 deletions
+1 -1
View File
@@ -503,7 +503,7 @@ pub fn run() {
let profiles = match runner.list_profiles() {
Ok(p) => p,
Err(e) => {
println!("Warning: Failed to list profiles in status checker: {}", e);
println!("Warning: Failed to list profiles in status checker: {e}");
continue;
}
};