Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Sep 29, 2024
1 parent 19330d3 commit 9c6238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/system_calls/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! System contract call functions.

use crate::ConfigureEvm;
use alloc::{format, string::ToString, vec::Vec};
use alloc::{format, string::ToString, vec, vec::Vec};
use alloy_eips::{eip7002::WithdrawalRequest, eip7251::ConsolidationRequest};
use alloy_primitives::{Address, FixedBytes};
use core::fmt::Display;
Expand Down

0 comments on commit 9c6238a

Please sign in to comment.