From 28121a45045c0087a0a384594765310ff2d55828 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Wed, 14 Dec 2022 15:51:15 +0200 Subject: [PATCH] chore: cargo fmt --- bin/reth/src/node/mod.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bin/reth/src/node/mod.rs b/bin/reth/src/node/mod.rs index e6229923c..da6bd5efc 100644 --- a/bin/reth/src/node/mod.rs +++ b/bin/reth/src/node/mod.rs @@ -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