Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Jan 7, 2025
1 parent b7769c6 commit 3e9f7ca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions hugr-llvm/src/extension/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ use inkwell::{
use crate::{
custom::CodegenExtsBuilder,
emit::{
emit_value,
func::EmitFuncContext,
get_intrinsic,
ops::emit_custom_binary_op,
ops::emit_custom_unary_op,
EmitOpArgs,
emit_value, func::EmitFuncContext, get_intrinsic, ops::emit_custom_binary_op,
ops::emit_custom_unary_op, EmitOpArgs,
},
types::TypingSession,
};
Expand Down

0 comments on commit 3e9f7ca

Please sign in to comment.