Skip to content

Commit

Permalink
perf: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cchudant committed Apr 3, 2024
1 parent c9fe20b commit bdc5f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trie/merkle_tree.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(not(feature = "std"))]
use alloc::{format, string::ToString, vec::Vec, vec};
use alloc::{format, string::ToString, vec, vec::Vec};
use bitvec::{
prelude::{BitSlice, BitVec, Msb0},
view::BitView,
Expand Down

0 comments on commit bdc5f33

Please sign in to comment.