Skip to content

Commit

Permalink
minor: Fix UnnecessarySemicolonInEnumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and rnveach committed Jul 27, 2019
1 parent 7744a02 commit 9765a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ protected enum NumericType {
/**
* Denotes a binary literal. For example, 0b0011
*/
BINARY;
BINARY

}

Expand Down

0 comments on commit 9765a3b

Please sign in to comment.