chore: linting

This commit is contained in:
zhom
2025-06-17 07:00:18 +04:00
parent 130f8b86d1
commit 703154b30f
3 changed files with 41 additions and 43 deletions
+4 -1
View File
@@ -385,7 +385,10 @@ impl VersionUpdater {
tokio::time::sleep(Duration::from_millis(200)).await;
}
self.auto_updater.check_for_updates_with_progress(app_handle).await;
self
.auto_updater
.check_for_updates_with_progress(app_handle)
.await;
// Emit completion event
let progress = VersionUpdateProgress {