Skip to content

Commit

Permalink
Merge pull request #3000 from Multiverse/dtm/checkstyle/fix_lparen
Browse files Browse the repository at this point in the history
Fix lparen issues in checkstyle.
  • Loading branch information
dumptruckman committed Sep 8, 2023
2 parents a2339fa + e00b066 commit 17129f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mv_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@
<property name="id" value="SeparatorWrapEol"/>
<property name="option" value="eol"/>
<property name="tokens"
value="COMMA, SEMI, ELLIPSIS, LPAREN, RPAREN, ARRAY_DECLARATOR, RBRACK"/>
value="COMMA, SEMI, ELLIPSIS, RPAREN, ARRAY_DECLARATOR, RBRACK"/>
</module>
<module name="SingleSpaceSeparator"/>
<module name="TypecastParenPad"/>
Expand Down

0 comments on commit 17129f6

Please sign in to comment.