Skip to content

Commit

Permalink
extraneous newline
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Jul 1, 2024
1 parent 058e921 commit 2c22667
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acvm-repo/brillig_vm/src/black_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ pub(crate) fn evaluate_black_box<F: AcirField, Solver: BlackBoxFunctionSolver<F>
let modulus: Vec<u8> = modulus.iter().map(|x| x.try_into().unwrap()).collect();

let new_id = bigint_solver.bigint_from_bytes(&input, &modulus)?;

memory.write(*output, new_id.into());

Ok(())
Expand Down

0 comments on commit 2c22667

Please sign in to comment.