Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
twitu committed Jun 11, 2024
1 parent 242abd4 commit 3831efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs-storage/src/base_storage.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use data_error::Result;
use std::{collections::BTreeMap};
use std::collections::BTreeMap;

#[derive(Debug, PartialEq, PartialOrd, Ord, Eq, Clone)]
/// Represents the synchronization status of the storage.
Expand Down

0 comments on commit 3831efc

Please sign in to comment.