Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Feb 4, 2025
1 parent e8d36bf commit 50715c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/optimism/rpc/src/eth/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ where
std::mem::swap(tx, &mut deposit);
return
}
_ => return,
};
*input = input.slice(..4);
}
Expand Down

0 comments on commit 50715c8

Please sign in to comment.