chore: linting

This commit is contained in:
zhom
2026-03-13 12:57:01 +04:00
parent 95e5dbb84a
commit 0553f76f71
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use crate::browser::BrowserType;
use crate::downloader::DownloadProgress;
use crate::events;
#[cfg(any(target_os = "macos", target_os = "windows"))]
#[cfg(target_os = "macos")]
use std::process::Command;
#[cfg(target_os = "macos")]