Skip to content

Commit 17129f6

Browse files
authored
Merge pull request #3000 from Multiverse/dtm/checkstyle/fix_lparen
Fix lparen issues in checkstyle.
2 parents a2339fa + e00b066 commit 17129f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/mv_checks.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
<property name="id" value="SeparatorWrapEol"/>
551551
<property name="option" value="eol"/>
552552
<property name="tokens"
553-
value="COMMA, SEMI, ELLIPSIS, LPAREN, RPAREN, ARRAY_DECLARATOR, RBRACK"/>
553+
value="COMMA, SEMI, ELLIPSIS, RPAREN, ARRAY_DECLARATOR, RBRACK"/>
554554
</module>
555555
<module name="SingleSpaceSeparator"/>
556556
<module name="TypecastParenPad"/>

0 commit comments

Comments
 (0)