Skip to content

Commit

Permalink
Misc rust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare committed Jan 16, 2025
1 parent 93cc92e commit f9099a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rust/src/llil/lifting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit f9099a6

Please sign in to comment.