Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
darth-cy committed Sep 12, 2024
1 parent b18623f commit af9a9cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aggregator/src/aggregation/rlc/gates.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use ethers_core::utils::keccak256;
use halo2_proofs::{
circuit::{AssignedCell, Cell, Region, RegionIndex, Value},
halo2curves::{
ff::Field,
bn256::Fr
},
halo2curves::{bn256::Fr, ff::Field},
plonk::Error,
};
use zkevm_circuits::util::Challenges;
Expand Down

0 comments on commit af9a9cd

Please sign in to comment.