chore: fmt

This commit is contained in:
Nathan 2025-04-20 19:51:12 +08:00
parent cf46213e00
commit c6010a6734

View file

@ -272,7 +272,10 @@ impl FolderManager {
if let Err(err) = self.initialize(user_id, &workspace_id, data_source).await {
// If failed to open folder with remote data, open from local disk. After open from the local
// disk. the data will be synced to the remote server.
error!("initialize folder for user {} with workspace {} encountered error: {:?}, fallback local", user_id, workspace_id, err);
error!(
"initialize folder for user {} with workspace {} encountered error: {:?}, fallback local",
user_id, workspace_id, err
);
self
.initialize(
user_id,