mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: cargo fmt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user