Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Oct 11, 2023
1 parent 7a2988a commit 0e5f70f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parser/src/plonky2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ use std::{
collections::{HashMap, HashSet},
fmt::{Display, Formatter},
iter::once,
str::FromStr, ops::Deref,
ops::Deref,
str::FromStr,
};

use eth_trie_utils::{
Expand Down Expand Up @@ -328,7 +329,7 @@ impl EdgeBlockTrace {
TxnProofGenIR::create_dummy(b_height, 1),
],
1 => {
tx_proof_gen_ir.push(tx_proof_gen_ir[0].dummy_with_at(b_height, 1,));
tx_proof_gen_ir.push(tx_proof_gen_ir[0].dummy_with_at(b_height, 1));
tx_proof_gen_ir
}
_ => tx_proof_gen_ir,
Expand Down

0 comments on commit 0e5f70f

Please sign in to comment.