Skip to content

Commit

Permalink
lint: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed May 3, 2024
1 parent d369bd3 commit 1e77d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/builder/src/tasks/submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use alloy_rpc_types::{BlockId, BlockNumberOrTag, TransactionRequest};
use alloy_signer::Signer;
use alloy_sol_types::SolCall;
use alloy_transport::BoxTransport;
use tokio::{sync::mpsc, task::JoinHandle, try_join};
use tokio::{sync::mpsc, task::JoinHandle};
use tracing::instrument;
use zenith_types::SignRequest;

Expand Down

0 comments on commit 1e77d2d

Please sign in to comment.