diff --git a/src-tauri/src/main.rs b/src-tauri/src/main.rs index 3e7bfe7..f1c0c42 100644 --- a/src-tauri/src/main.rs +++ b/src-tauri/src/main.rs @@ -268,11 +268,7 @@ fn electron_settings_candidates(app: &AppHandle, tauri_path: &Path) -> Vec {} Err(error) => { - eprintln!("Skipping Electron settings import from {}: {error}", candidate.display()); + eprintln!( + "Skipping Electron settings import from {}: {error}", + candidate.display() + ); } } }