Skip to content

Commit 251199b

Browse files
committed
AAAAA
1 parent 87bc829 commit 251199b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tooling/ssa_fuzzer/src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ fn main() {
2525
let mut brillig_program_builder = FuzzerBuilder::new_brillig();
2626

2727
brillig_program_builder.insert_variables(type_.clone());
28-
let brillig_result = brillig_program_builder.insert_mul_instruction_checked(Id::new(0), Id::new(0));
28+
let brillig_result =
29+
brillig_program_builder.insert_mul_instruction_checked(Id::new(0), Id::new(0));
2930
brillig_program_builder.finalize_function(brillig_result);
3031
let brillig_program = brillig_program_builder.compile().unwrap();
3132

0 commit comments

Comments
 (0)