chore: Now cargo fmt sorts imports and trait methods

This commit is contained in:
sprites0
2025-10-05 03:54:05 -04:00
parent ae0cb0da6d
commit aa73fab281
45 changed files with 154 additions and 158 deletions

View File

@ -1,6 +1,6 @@
use super::{BlockSource, BlockSourceBoxed};
use crate::node::types::BlockAndReceipts;
use futures::{future::BoxFuture, FutureExt};
use futures::{FutureExt, future::BoxFuture};
use reth_network::cache::LruMap;
use std::sync::{Arc, RwLock};