Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guorong009 committed Apr 30, 2024
1 parent 61d2d05 commit 0469a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions halo2_frontend/src/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ pub fn compile_circuit<F: Field, ConcreteCircuit: Circuit<F>>(
cs.constants.clone(),
)?;

// Consider that "cs.num_fixed_columns" already increased by
// "selector_polys"(number of `fixed` columns converted from `selector`s)
// Consider that "cs.num_fixed_columns" already increased by
// "selector_polys"(number of `fixed` columns converted from `selector`s)
// in "compile_circuit_cs" step
let mut fixed = batch_invert_assigned(assembly.fixed);
let selector_polys = selectors_to_fixed.convert(assembly.selectors);
Expand Down

0 comments on commit 0469a7b

Please sign in to comment.