Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiagarms committed Jan 6, 2025
1 parent 3ed3925 commit 2fa3680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plonkish_backend/src/frontend/halo2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ impl<F: Field, C: Circuit<F>> PlonkishCircuit<F> for Halo2Circuit<F, C> {
}),
]
.collect();
// Obtain the copy constraints from the preprocess collector
// Obtain the copy constraints from the preprocess collector
circuit_info.permutations = preprocess_collector.permutation.into_cycles();

Ok(circuit_info)
Expand Down

0 comments on commit 2fa3680

Please sign in to comment.