Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hayleykwan committed Dec 10, 2023
1 parent 004f47a commit 27fdea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tooling/nargo/src/ops/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ pub fn compile_program(
};



// Apply backend specific optimizations.
let optimized_program = crate::ops::optimize_program(program, np_language, is_opcode_supported)
.expect("Backend does not support an opcode that is in the IR");
Expand Down

0 comments on commit 27fdea0

Please sign in to comment.