Skip to content

Commit f2c843d

Browse files
committed
[Rust] Misc formatting
1 parent 868689a commit f2c843d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust/src/disassembly.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,9 @@ impl From<InstructionTextTokenContext> for BNInstructionTextTokenContext {
10281028
InstructionTextTokenContext::Collapsed => Self::ContentCollapsedContext,
10291029
InstructionTextTokenContext::Expanded => Self::ContentExpandedContext,
10301030
InstructionTextTokenContext::CollapsiblePadding => Self::ContentCollapsiblePadding,
1031-
InstructionTextTokenContext::DerivedStringReference => Self::DerivedStringReferenceTokenContext,
1031+
InstructionTextTokenContext::DerivedStringReference => {
1032+
Self::DerivedStringReferenceTokenContext
1033+
}
10321034
}
10331035
}
10341036
}

0 commit comments

Comments
 (0)