Skip to content

Commit e00b066

Browse files
committed
Remove LPAREN from SeparatorWrap check.
1 parent a2339fa commit e00b066

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)