Skip to content

Commit cbd24b4

Browse files
committed
fix: cargo clippy
1 parent a168650 commit cbd24b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • batcher/aligned-batcher/src

batcher/aligned-batcher/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ impl Batcher {
594594
};
595595

596596
let mut nonced_verification_data = client_msg.verification_data.clone();
597-
let mut signature = client_msg.signature.clone();
597+
let mut signature = client_msg.signature;
598598

599599
// When pre-verification is enabled, batcher will verify proofs for faster feedback with clients
600600
if self.pre_verification_is_enabled {

0 commit comments

Comments
 (0)