Skip to content

Commit 97165bf

Browse files
committed
lint: clippy
1 parent 90f93b2 commit 97165bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/submit/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ impl SubmitTask {
338338
);
339339

340340
// Simulate the transaction to check for reverts
341-
let _ = res_unwrap_or_continue!(
341+
res_unwrap_or_continue!(
342342
self.sim_with_call(bumpable.req()).instrument(submission_span.clone()).await,
343343
submission_span,
344344
error!("simulation failed for transaction - skipping block submission")

0 commit comments

Comments
 (0)