Skip to content

Commit

Permalink
fix: fix style error
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Feb 28, 2023
1 parent 5f0147b commit c040d64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/merk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,9 @@ fn load_root(db: &DB) -> Result<Option<Tree>> {

#[cfg(test)]
mod test {
use super::{Merk, MerkSource, RefWalker};
use super::{Merk, MerkSource, Op, RefWalker};
use crate::proofs::query::Query;
use crate::test_utils::*;
use crate::Op;
use crate::tree;
use std::ops::Range;
use std::thread;
Expand Down

0 comments on commit c040d64

Please sign in to comment.