Skip to content

Commit 26bb2d1

Browse files
committed
Add Checkstyle ParenPad
1 parent 9ed390c commit 26bb2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/site/resources/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ limitations under the License.
4848
<module name="UpperEll" />
4949
<module name="LeftCurly"/>
5050
<module name="NeedBraces"/>
51+
<module name="ParenPad"/>
5152
<module name="RightCurly"/>
5253
<module name="GenericWhitespace"/>
5354
<module name="WhitespaceAfter"/>

0 commit comments

Comments
 (0)