diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-04 01:48:03 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-04 01:48:03 -0500 |
| commit | 7743af0603a2568ad28a1b152153eabce8c52dd7 (patch) | |
| tree | 082d2e33e321fa453c4b6230e679e89d87c19ef6 /plugins/warp/src/plugin/find.rs | |
| parent | 393c7fb508b465b0cb096d46eaaefc08030e9fed (diff) | |
WARP: Misc formatting and remove useless apply command
Diffstat (limited to 'plugins/warp/src/plugin/find.rs')
| -rw-r--r-- | plugins/warp/src/plugin/find.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
