mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: Now cargo fmt sorts imports and trait methods
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
use super::{utils, BlockSource};
|
||||
use super::{BlockSource, utils};
|
||||
use crate::node::types::BlockAndReceipts;
|
||||
use eyre::Context;
|
||||
use futures::{future::BoxFuture, FutureExt};
|
||||
use reth_metrics::{metrics, metrics::Counter, Metrics};
|
||||
use futures::{FutureExt, future::BoxFuture};
|
||||
use reth_metrics::{Metrics, metrics, metrics::Counter};
|
||||
use std::path::PathBuf;
|
||||
use tracing::info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user