From f9099a6031114935fcf9ebdca672d02fbe273cee Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 16 Jan 2025 01:44:25 -0500 Subject: [PATCH] Misc rust formatting --- rust/src/llil/lifting.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust/src/llil/lifting.rs b/rust/src/llil/lifting.rs index aa1f3648b..c0e58b628 100644 --- a/rust/src/llil/lifting.rs +++ b/rust/src/llil/lifting.rs @@ -20,7 +20,10 @@ use crate::architecture::{ Flag, FlagClass, FlagCondition, FlagGroup, FlagRole, FlagWrite, Intrinsic, }; use crate::function::Location; -use crate::llil::{Expression, ExpressionIndex, ExpressionResultType, LiftedExpr, LiftedNonSSA, Lifter, LowLevelILFunction, Mutable, NonSSA, Register, ValueExpr, VoidExpr}; +use crate::llil::{ + Expression, ExpressionIndex, ExpressionResultType, LiftedExpr, LiftedNonSSA, Lifter, + LowLevelILFunction, Mutable, NonSSA, Register, ValueExpr, VoidExpr, +}; use binaryninjacore_sys::{BNAddLowLevelILLabelForAddress, BNLowLevelILOperation}; use binaryninjacore_sys::{BNLowLevelILLabel, BNRegisterOrConstant};