Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-shandar committed Mar 11, 2024
1 parent c9f10bb commit 52286ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions blockset-lib/src/app/add.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ impl<'a, T: Io, S: 'a + TreeAdd, F: Fn(&'a T) -> S> Add<'a, T, S, F> {
}
dir_to_json(GLOBAL, list.into_iter())
}
pub fn add_dir(
&self,
path: &str,
) -> io::Result<()> {
pub fn add_dir(&self, path: &str) -> io::Result<()> {
let json = self.path_to_json(path)?;
let hash = read_to_tree(
(self.storage)(self.io),
Expand Down

0 comments on commit 52286ef

Please sign in to comment.