From 8c7b2472924e92198e0364e6df896c0a5c4f7e9f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 27 May 2026 13:48:39 -0400 Subject: [Rust] Misc formatting --- rust/src/architecture.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust/src/architecture.rs b/rust/src/architecture.rs index df2e66b7..d96dc34b 100644 --- a/rust/src/architecture.rs +++ b/rust/src/architecture.rs @@ -1776,7 +1776,11 @@ where }; let mut ctx = unsafe { - FunctionLifterContext::from_raw_with_arch(function, context, Some(*custom_arch.as_ref())) + FunctionLifterContext::from_raw_with_arch( + function, + context, + Some(*custom_arch.as_ref()), + ) }; custom_arch.lift_function(llil, &mut ctx) } -- cgit v1.3.1