From 7743af0603a2568ad28a1b152153eabce8c52dd7 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 4 Nov 2024 01:48:03 -0500 Subject: WARP: Misc formatting and remove useless apply command --- plugins/warp/src/plugin/find.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/src/plugin/find.rs') diff --git a/plugins/warp/src/plugin/find.rs b/plugins/warp/src/plugin/find.rs index 3a14f7fb..7eb0ab38 100644 --- a/plugins/warp/src/plugin/find.rs +++ b/plugins/warp/src/plugin/find.rs @@ -47,7 +47,7 @@ impl Command for FindFunctionFromGUID { } else { for (func, _) in matched { log::info!("Match found at function... 0x{:0x}", func.start()); - } + } } background_task.finish(); -- cgit v1.3.1