Skip to content

Commit ed29517

Browse files
committed
formating
1 parent 8b53e45 commit ed29517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cxx-squid/src/main/java/org/sonar/cxx/lexer/CxxLexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public final class CxxLexer {
5555
private static final String HEXDIGIT_SEQUENCE = "[0-9a-fA-F]([']?+[0-9a-fA-F]++)*+";
5656
private static final String BINDIGIT_SEQUENCE = "[01]([']?+[01]++)*+";
5757
private static final String POINT = "\\.";
58-
58+
5959
private CxxLexer() {
6060
}
6161

0 commit comments

Comments
 (0)