diff options
| author | Mason Reed <mason@vector35.com> | 2025-10-22 00:39:01 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-22 00:39:01 -0400 |
| commit | f2c843dfc8697e492d6e2d178dce0d1541004dd6 (patch) | |
| tree | ad587ad45aa59e35aaf8c5d7cfbe83dc45c92504 /rust/src | |
| parent | 868689aef277ce560745fecc3bb8653665162fee (diff) | |
[Rust] Misc formatting
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/disassembly.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/src/disassembly.rs b/rust/src/disassembly.rs index 75bf28fa..b5980006 100644 --- a/rust/src/disassembly.rs +++ b/rust/src/disassembly.rs @@ -1028,7 +1028,9 @@ impl From<InstructionTextTokenContext> for BNInstructionTextTokenContext { InstructionTextTokenContext::Collapsed => Self::ContentCollapsedContext, InstructionTextTokenContext::Expanded => Self::ContentExpandedContext, InstructionTextTokenContext::CollapsiblePadding => Self::ContentCollapsiblePadding, - InstructionTextTokenContext::DerivedStringReference => Self::DerivedStringReferenceTokenContext, + InstructionTextTokenContext::DerivedStringReference => { + Self::DerivedStringReferenceTokenContext + } } } } |
