Skip to content

Commit

Permalink
remove unneeded &
Browse files Browse the repository at this point in the history
  • Loading branch information
querolita committed Oct 16, 2023
1 parent 02df491 commit ef7f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kimchi/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ where
.column_evaluations
.coefficients8
.iter()
.map(|c| chunked_evals_for_evaluations(&c))
.map(|c| chunked_evals_for_evaluations(c))
.collect(),
w: witness_poly
.iter()
Expand Down

0 comments on commit ef7f9de

Please sign in to comment.