Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Sep 18, 2024
1 parent 642ce63 commit 19e50a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zero/src/bin/trie_diff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async fn main() -> Result<()> {
}
}

info!("Trie diff finished, no problems found.")
info!("Trie diff for block {block_number} finished, no problems found.")
}

Ok(())
Expand Down
2 changes: 1 addition & 1 deletion zero/src/debug_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::fs::{self, File};
use std::io::{Write};
use std::io::Write;
use std::path::{Path, PathBuf};

use anyhow::Context;
Expand Down

0 comments on commit 19e50a8

Please sign in to comment.