Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Oct 23, 2024
1 parent ee63ade commit 2daaa9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/mpt/src/mpt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ use thiserror::Error as ThisError;

use reth_primitives::Address;

use super::EthereumState;
use super::FromProofError;
use super::{EthereumState, FromProofError};

pub trait RlpBytes {
/// Returns the RLP-encoding.
Expand Down

0 comments on commit 2daaa9f

Please sign in to comment.