Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Sep 4, 2023
1 parent 8cf39b6 commit a14b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zkevm-circuits/src/taiko_super_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl<F: Field> SubCircuitConfig<F> for SuperCircuitConfig<F> {
block_table: block_table.clone(),
keccak_table: keccak_table.clone(),
byte_table: byte_table.clone(),
challenges: challenges.clone(),
challenges,
},
);

Expand Down

0 comments on commit a14b971

Please sign in to comment.