mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Remove unnecessary trailing semicolon
This commit is contained in:
parent
c968ea8091
commit
d94e9b3daf
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ impl<F: FieldExt> MockProver<F> {
|
|||
let resolved_row = (row + at.0) % n;
|
||||
cells[column.index()][resolved_row as usize]
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
if gate.evaluate(
|
||||
&load(n, row, &self.cs.fixed_queries, &self.fixed),
|
||||
|
|
|
|||
Loading…
Reference in a new issue