diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-10-30 13:41:51 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-10-30 13:41:51 -0400 |
| commit | 6fe6761631878e1a11d8c7980999f867feb5510e (patch) | |
| tree | 35cd7a42b4a886d8267621d5f629f6fdb89c59f3 /rust/src/headless.rs | |
| parent | af8a0e059aaa036af68ea4387e65822bffb83d18 (diff) | |
Fix rust api formatting
Diffstat (limited to 'rust/src/headless.rs')
| -rw-r--r-- | rust/src/headless.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/headless.rs b/rust/src/headless.rs index 40ff25b8..4690e9ac 100644 --- a/rust/src/headless.rs +++ b/rust/src/headless.rs @@ -26,7 +26,7 @@ use crate::enterprise::EnterpriseCheckoutStatus; use crate::main_thread::{MainThreadAction, MainThreadHandler}; use crate::progress::ProgressCallback; use crate::rc::Ref; -use binaryninjacore_sys::{BNInitPlugins}; +use binaryninjacore_sys::BNInitPlugins; use std::sync::mpsc::Sender; use std::sync::Mutex; use std::thread::JoinHandle; |
