chore: formatting

This commit is contained in:
zhom
2025-08-18 17:46:52 +04:00
parent 59f430ec43
commit 4df35515ae
7 changed files with 61 additions and 18 deletions
+3 -1
View File
@@ -546,7 +546,9 @@ impl ProfileManager {
})?;
// Check if the browser is currently running using the comprehensive status check
let is_running = self.check_browser_status(app_handle.clone(), &profile).await?;
let is_running = self
.check_browser_status(app_handle.clone(), &profile)
.await?;
if is_running {
return Err(