diff options
| author | Alexander Taylor <alex@vector35.com> | 2026-04-15 15:00:04 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2026-04-15 15:00:04 -0400 |
| commit | 877b01ac02ca4e63b0cacbef4f641b73f7d6298e (patch) | |
| tree | 9566c49f3d1734c37902d70d941a9e9fb011b967 /rust | |
| parent | 20b99b72d2bda9504d12f11d24bc07f95b41d048 (diff) | |
Fix rustfmt check failure.
Diffstat (limited to 'rust')
| -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 b134c8fe..fce8fbe7 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; |
