Merge pull request #126 from zcash/mockprover-lint-fix

Remove unnecessary trailing semicolon
This commit is contained in:
str4d 2021-01-08 15:27:46 +13:00 committed by GitHub
commit 9612656fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),