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

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: smtmfft <[email protected]>
  • Loading branch information
smtmfft committed Oct 20, 2023
1 parent f4df402 commit 677286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zkevm-circuits/src/taiko_super_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ use crate::{
anchor_tx_circuit::{AnchorTxCircuit, AnchorTxCircuitConfig, AnchorTxCircuitConfigArgs},
evm_circuit::{EvmCircuit, EvmCircuitConfig, EvmCircuitConfigArgs},
table::{
BlockTable, ByteTable, BytecodeTable, CopyTable, ExpTable, KeccakTable, PiTable,
RwTable, TxTable,
BlockTable, ByteTable, BytecodeTable, CopyTable, ExpTable, KeccakTable, PiTable, RwTable,
TxTable,
},
taiko_pi_circuit::{TaikoPiCircuit, TaikoPiCircuitConfig, TaikoPiCircuitConfigArgs},
util::{log2_ceil, Challenges, SubCircuit, SubCircuitConfig},
Expand Down

0 comments on commit 677286b

Please sign in to comment.