Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfecher committed Dec 9, 2024
1 parent d304ebc commit 7ed0bf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/noirc_evaluator/src/acir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2891,7 +2891,9 @@ mod test {
brillig::Brillig,
ssa::{
function_builder::FunctionBuilder,
ir::{function::FunctionId, instruction::BinaryOp, map::Id, types::Type, dfg::CallStack},
ir::{
dfg::CallStack, function::FunctionId, instruction::BinaryOp, map::Id, types::Type,
},
},
};

Expand Down

0 comments on commit 7ed0bf4

Please sign in to comment.