Skip to content

Commit 9f6284b

Browse files
committed
[Rust] Misc formatting
1 parent ffcf00e commit 9f6284b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

rust/src/architecture.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,11 @@ where
17761776
};
17771777

17781778
let mut ctx = unsafe {
1779-
FunctionLifterContext::from_raw_with_arch(function, context, Some(*custom_arch.as_ref()))
1779+
FunctionLifterContext::from_raw_with_arch(
1780+
function,
1781+
context,
1782+
Some(*custom_arch.as_ref()),
1783+
)
17801784
};
17811785
custom_arch.lift_function(llil, &mut ctx)
17821786
}

0 commit comments

Comments
 (0)