Checkstyle: Losen up right and left curly checks (#902)

This commit is contained in:
Sriharsha Chintalapani 2021-10-22 11:14:14 -07:00 committed by GitHub
parent 7f678b165f
commit dd12eb69a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,9 +166,7 @@
<!-- See http://checkstyle.sf.net/config_blocks.html -->
<module name="AvoidNestedBlocks"/>
<module name="EmptyBlock"/>
<module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="RightCurly"/>
<module name="EmptyCatchBlock"/>