From 334ea436bf65edcc9456f4850f6bb9b5497b7be0 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 11 Feb 2025 14:30:58 -0500 Subject: Rust API misc formatting --- rust/src/flowgraph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/flowgraph.rs') diff --git a/rust/src/flowgraph.rs b/rust/src/flowgraph.rs index 69e97bb9..8c483958 100644 --- a/rust/src/flowgraph.rs +++ b/rust/src/flowgraph.rs @@ -65,7 +65,7 @@ impl FlowGraph { let arch = CoreArchitecture::from_raw(arch_ptr); BNFreeFunction(func_ptr); Ok(RegularLowLevelILFunction::ref_from_raw(arch, llil_ptr)) - }, + } true => Err(()), } } -- cgit v1.3.1