From 61fdcedba88d361562eea2f989faa6b7183c8cfd Mon Sep 17 00:00:00 2001 From: martinjrobins Date: Mon, 27 Jan 2025 10:03:58 +0000 Subject: [PATCH] cargo fmt --- src/execution/llvm/codegen.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/execution/llvm/codegen.rs b/src/execution/llvm/codegen.rs index 0640a9a..429f83d 100644 --- a/src/execution/llvm/codegen.rs +++ b/src/execution/llvm/codegen.rs @@ -13,7 +13,8 @@ use inkwell::types::{ BasicMetadataTypeEnum, BasicType, BasicTypeEnum, FloatType, FunctionType, IntType, PointerType, }; use inkwell::values::{ - AsValueRef, BasicMetadataValueEnum, BasicValue, BasicValueEnum, CallSiteValue, FloatValue, FunctionValue, GlobalValue, IntValue, PointerValue + AsValueRef, BasicMetadataValueEnum, BasicValue, BasicValueEnum, CallSiteValue, FloatValue, + FunctionValue, GlobalValue, IntValue, PointerValue, }; use inkwell::{ AddressSpace, AtomicOrdering, AtomicRMWBinOp, FloatPredicate, IntPredicate, OptimizationLevel,