Skip to content

Commit fa10e44

Browse files
committed
Split long enum line
1 parent 1f14f48 commit fa10e44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/getter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ impl Getter for JavaCode {
552552
HalsteadType::Operator
553553
},
554554
// Operands: variables, constants, literals
555-
Identifier | NullLiteral | ClassLiteral | StringLiteral | CharacterLiteral | HexIntegerLiteral | OctalIntegerLiteral | BinaryIntegerLiteral | DecimalIntegerLiteral | HexFloatingPointLiteral | DecimalFloatingPointLiteral => {
555+
Identifier | NullLiteral | ClassLiteral | StringLiteral | CharacterLiteral | HexIntegerLiteral | OctalIntegerLiteral
556+
| BinaryIntegerLiteral | DecimalIntegerLiteral | HexFloatingPointLiteral | DecimalFloatingPointLiteral => {
556557
HalsteadType::Operand
557558
},
558559
_ => {

0 commit comments

Comments
 (0)