chore: clippy

This commit is contained in:
sprites0
2025-06-24 02:04:14 +00:00
parent 225f9b0948
commit 2152e2406d
5 changed files with 11 additions and 14 deletions

View File

@ -1,8 +1,8 @@
use crate::{
node::evm::config::{HlBlockExecutorFactory, HlEvmConfig},
HlBlock, HlBlockBody,
HlBlock,
};
use alloy_consensus::{Block, Header};
use alloy_consensus::Header;
use reth_evm::{
block::BlockExecutionError,
execute::{BlockAssembler, BlockAssemblerInput},