Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Nov 20, 2023
1 parent 14565d0 commit 77855f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions node/tools/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ use std::{
use tracing::metadata::LevelFilter;
use tracing_subscriber::{prelude::*, Registry};
use vise_exporter::MetricsExporter;
use zksync_concurrency::{
ctx::{self},
scope, time,
};
use zksync_concurrency::{ctx, scope, time};
use zksync_consensus_executor::Executor;
use zksync_consensus_storage::{BlockStore, RocksdbStorage};
use zksync_consensus_tools::{ConfigPaths, Configs};
Expand Down

0 comments on commit 77855f3

Please sign in to comment.