Skip to content

Commit caa2dbd

Browse files
MarcosNicolauavilagaston9
authored andcommitted
ci: address clippy warnings (#1515)
1 parent 47974d5 commit caa2dbd

File tree

1 file changed

+1
-5
lines changed
  • batcher/aligned-batcher/src/zk_utils

1 file changed

+1
-5
lines changed

batcher/aligned-batcher/src/zk_utils/mod.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ fn verify_internal(verification_data: &VerificationData) -> bool {
3434

3535
let mut image_id = [0u8; 32];
3636
image_id.copy_from_slice(image_id_slice.as_slice());
37-
return verify_risc_zero_proof(
38-
verification_data.proof.as_slice(),
39-
&image_id,
40-
&pub_input,
41-
);
37+
verify_risc_zero_proof(verification_data.proof.as_slice(), &image_id, &pub_input)
4238
}
4339
ProvingSystemId::GnarkPlonkBls12_381
4440
| ProvingSystemId::GnarkPlonkBn254

0 commit comments

Comments
 (0)