chore: cargo fmt

This commit is contained in:
Georgios Konstantopoulos
2022-12-14 15:51:15 +02:00
parent 83c89a85e9
commit 28121a4504

View File

@ -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