Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Dec 14, 2022
1 parent 83c89a8 commit 28121a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bin/reth/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ use reth_network::{
use reth_primitives::{hex_literal::hex, Bytes, Header, H256, U256};
use reth_provider::{db_provider::ProviderImpl, BlockProvider, HeaderProvider};
use reth_stages::stages::{bodies::BodyStage, headers::HeaderStage, senders::SendersStage};
use std::{
path::Path,
str::FromStr,
sync::Arc,
};
use std::{path::Path, str::FromStr, sync::Arc};
use tracing::{debug, info};

/// Start the client
Expand Down

0 comments on commit 28121a4

Please sign in to comment.