mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
chore: fmt
This commit is contained in:
@@ -471,9 +471,10 @@ impl Builder {
|
||||
let stores = collection.stores.read().unwrap();
|
||||
for (path, rid) in stores.iter() {
|
||||
if let Ok(store) = app_handle.resources_table().get::<Store<R>>(*rid)
|
||||
&& let Err(err) = store.save() {
|
||||
tracing::error!("failed to save store {path:?} with error {err:?}");
|
||||
}
|
||||
&& let Err(err) = store.save()
|
||||
{
|
||||
tracing::error!("failed to save store {path:?} with error {err:?}");
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user