execute cargo fmt --all

This commit is contained in:
Eval EXEC
2025-03-06 20:17:47 +08:00
parent 6099da18fa
commit ac82e869e3
9 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ pub mod util;
pub use error::{Error, Result};
pub use helper::{leaf_index_to_mmr_size, leaf_index_to_pos};
pub use merge::Merge;
pub use mmr::{MerkleProof, MMR};
pub use mmr::{MMR, MerkleProof};
pub use mmr_store::{MMRStoreReadOps, MMRStoreWriteOps};
cfg_if::cfg_if! {