Skip to content

Commit

Permalink
fix: lints
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jun 16, 2024
1 parent 81030f0 commit 7784cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/derive/src/sources/calldata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use crate::{
use alloc::{boxed::Box, collections::VecDeque};
use alloy_consensus::{Transaction, TxEnvelope};
use alloy_primitives::{Address, Bytes, TxKind};
use async_trait::async_trait;
use anyhow::Result;
use async_trait::async_trait;

/// A data iterator that reads from calldata.
#[derive(Debug, Clone)]
Expand Down

0 comments on commit 7784cae

Please sign in to comment.