From 8303adc8095926ad8e4f3758f5e2677fa20450ce Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 2 Jul 2025 02:10:27 -0400 Subject: [Rust] Misc formatting --- rust/src/workflow.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/workflow.rs b/rust/src/workflow.rs index 0f0f869d..1049cc2f 100644 --- a/rust/src/workflow.rs +++ b/rust/src/workflow.rs @@ -85,7 +85,16 @@ impl AnalysisContext { pub fn set_mlil_function(&self, value: &MediumLevelILFunction) { // TODO: Mappings FFI - unsafe { BNSetMediumLevelILFunction(self.handle.as_ptr(), value.handle, ptr::null_mut(), 0, ptr::null_mut(), 0) } + unsafe { + BNSetMediumLevelILFunction( + self.handle.as_ptr(), + value.handle, + ptr::null_mut(), + 0, + ptr::null_mut(), + 0, + ) + } } /// [`HighLevelILFunction`] used to represent High Level IL -- cgit v1.3.1