Skip to content

Commit

Permalink
Remove preceded whitespace check from checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouxinyu committed Aug 11, 2017
1 parent 97aa813 commit f091203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/rmq_checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@

<!--whitespace-->
<module name="GenericWhitespace"/>
<module name="NoWhitespaceBefore"/>
<module name="NoWhitespaceAfter"/>
<!--<module name="NoWhitespaceBefore"/>-->
<!--<module name="NoWhitespaceAfter"/>-->
<module name="WhitespaceAround">
<property name="allowEmptyConstructors" value="true"/>
<property name="allowEmptyMethods" value="true"/>
Expand Down

0 comments on commit f091203

Please sign in to comment.