diff options
| author | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-01-25 16:35:22 -0500 |
| commit | 0feeaf5e71ec8660d40ffff2d06e39d9f4b5dd0a (patch) | |
| tree | 098d5a913102021da95074bd4dd165d2dabc518e /rust/tests | |
| parent | 0263957dc920a10785af6874ab3040a529547d70 (diff) | |
Misc rust formatting
Diffstat (limited to 'rust/tests')
| -rw-r--r-- | rust/tests/collaboration.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/tests/collaboration.rs b/rust/tests/collaboration.rs index 7c2a2aae..56b357e9 100644 --- a/rust/tests/collaboration.rs +++ b/rust/tests/collaboration.rs @@ -1,5 +1,7 @@ use binaryninja::binary_view::BinaryViewExt; -use binaryninja::collaboration::{has_collaboration_support, NoNameChangeset, Remote, RemoteFileType, RemoteProject}; +use binaryninja::collaboration::{ + has_collaboration_support, NoNameChangeset, Remote, RemoteFileType, RemoteProject, +}; use binaryninja::headless::Session; use binaryninja::symbol::{SymbolBuilder, SymbolType}; use rstest::*; |
