Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaprakash-dev committed Feb 10, 2024
1 parent 424c430 commit 238af72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/rust-lib/flowy-folder/src/event_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ pub(crate) async fn read_view_handler(
data_result_ok(view_pb)
}

#[tracing::instrument(level= "debug", skip(data, folder), err)]
#[tracing::instrument(level = "debug", skip(data, folder), err)]
pub(crate) async fn read_all_level_of_views_handler(
data: AFPluginData<ViewIdPB>,
folder: AFPluginState<Weak<FolderManager>>,
Expand Down

0 comments on commit 238af72

Please sign in to comment.