Skip to content

Commit f9099a6

Browse files
committed
Misc rust formatting
1 parent 93cc92e commit f9099a6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rust/src/llil/lifting.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ use crate::architecture::{
2020
Flag, FlagClass, FlagCondition, FlagGroup, FlagRole, FlagWrite, Intrinsic,
2121
};
2222
use crate::function::Location;
23-
use crate::llil::{Expression, ExpressionIndex, ExpressionResultType, LiftedExpr, LiftedNonSSA, Lifter, LowLevelILFunction, Mutable, NonSSA, Register, ValueExpr, VoidExpr};
23+
use crate::llil::{
24+
Expression, ExpressionIndex, ExpressionResultType, LiftedExpr, LiftedNonSSA, Lifter,
25+
LowLevelILFunction, Mutable, NonSSA, Register, ValueExpr, VoidExpr,
26+
};
2427
use binaryninjacore_sys::{BNAddLowLevelILLabelForAddress, BNLowLevelILOperation};
2528
use binaryninjacore_sys::{BNLowLevelILLabel, BNRegisterOrConstant};
2629

0 commit comments

Comments
 (0)