mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-22 09:21:10 +02:00
chore: linting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user