Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWad3r committed Jun 18, 2024
1 parent 4d726ec commit fb1b919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/src/store/block/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ use tycho_block_util::archive::{
use tycho_block_util::block::{
BlockProofStuff, BlockProofStuffAug, BlockStuff, BlockStuffAug, TopBlocks,
};
use tycho_util::metrics::HistogramGuard;
use tycho_util::sync::rayon_run;
use weedb::rocksdb;
use tycho_util::metrics::HistogramGuard;

use crate::db::*;
use crate::models::*;
Expand Down

0 comments on commit fb1b919

Please sign in to comment.