Skip to content

Commit 21788e4

Browse files
style: fix import ordering in state.rs
1 parent 0cea3c0 commit 21788e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/flashblocks/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use eyre::eyre;
2020
use op_alloy_consensus::OpTxEnvelope;
2121
use op_alloy_network::TransactionResponse;
2222
use op_alloy_rpc_types::Transaction;
23+
use rayon::prelude::*;
2324
use reth::{
2425
chainspec::{ChainSpecProvider, EthChainSpec},
2526
providers::{BlockReaderIdExt, StateProviderFactory},
@@ -40,7 +41,6 @@ use tokio::sync::{
4041
broadcast::{self, Sender},
4142
mpsc::{self, UnboundedReceiver},
4243
};
43-
use rayon::prelude::*;
4444
use tracing::{debug, error, info, warn};
4545

4646
use crate::{

0 commit comments

Comments
 (0)