Skip to content

Commit b218bc9

Browse files
committed
fmt
1 parent a037e3e commit b218bc9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/any_tree.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// This source code is licensed under both the Apache 2.0 and MIT License
33
// (found in the LICENSE-* files in the repository)
44

5-
use crate::{
6-
BlobTree, Tree,
7-
};
5+
use crate::{BlobTree, Tree};
86
use enum_dispatch::enum_dispatch;
97

108
/// May be a standard [`Tree`] or a [`BlobTree`]

0 commit comments

Comments
 (0)