diff options
| author | Alexander Taylor <alex@vector35.com> | 2025-06-18 12:34:44 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2025-06-25 18:36:48 -0400 |
| commit | 4890b718c8d04dd5ebbc71c8dbb80f1f7edf133b (patch) | |
| tree | 1c5af61dc4b8b6e90687f56d0f597c87bcd0816c /plugins | |
| parent | 2bce607fb7a861518346c9c7f42fab51c4b2b2ba (diff) | |
Fix reported `cargo fmt` errors from Rust CI.
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dwarf/dwarfdump/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dwarf/dwarfdump/src/lib.rs b/plugins/dwarf/dwarfdump/src/lib.rs index e6d17b79..1d0343f1 100644 --- a/plugins/dwarf/dwarfdump/src/lib.rs +++ b/plugins/dwarf/dwarfdump/src/lib.rs @@ -20,6 +20,7 @@ use binaryninja::{ }; use dwarfreader::is_valid; +use binaryninja::binary_view::StringType; use gimli::{ AttributeValue::{Encoding, Flag, UnitRef}, // BigEndian, @@ -32,7 +33,6 @@ use gimli::{ Unit, UnitSectionOffset, }; -use binaryninja::binary_view::StringType; static PADDING: [&str; 23] = [ "", |
