Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamWuGit committed Aug 14, 2024
1 parent 1d67f4a commit cb32403
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion zkevm-circuits/src/evm_circuit/execution/codesize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ impl<F: Field> ExecutionGadget<F> for CodesizeGadget<F> {
same_context.is_first_sub_bytecode(),
);


Self {
same_context,
codesize_bytes,
Expand Down
1 change: 0 additions & 1 deletion zkevm-circuits/src/evm_circuit/execution/extcodecopy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ impl<F: Field> ExecutionGadget<F> for ExtcodecopyGadget<F> {
same_context.is_first_sub_bytecode(),
);


Self {
same_context,
external_address_word,
Expand Down

0 comments on commit cb32403

Please sign in to comment.