Skip to content

Commit

Permalink
docs: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed May 28, 2024
1 parent 982cae1 commit a17ed16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use inkwell::values::{
BasicMetadataValueEnum, BasicValue, BasicValueEnum, FloatValue, FunctionValue, GlobalValue,
IntValue, PointerValue,
};
use inkwell::{AddressSpace, IntPredicate, FloatPredicate};
use inkwell::{AddressSpace, FloatPredicate, IntPredicate};
use std::collections::HashMap;
use std::iter::zip;

Expand Down

0 comments on commit a17ed16

Please sign in to comment.