chore: linting

This commit is contained in:
zhom
2025-12-01 12:29:21 +04:00
parent effe229067
commit a118ccc349
6 changed files with 19 additions and 24 deletions
-1
View File
@@ -59,7 +59,6 @@ impl ProfileImporter {
// Detect Zen Browser profiles
detected_profiles.extend(self.detect_zen_browser_profiles()?);
// Remove duplicates based on path
let mut seen_paths = HashSet::new();
let unique_profiles: Vec<DetectedProfile> = detected_profiles