Skip to content

Commit 549a034

Browse files
committed
Add Checkstyle ParenPad
1 parent 3bae4fa commit 549a034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ limitations under the License.
4242
<property name="separated" value="true"/>
4343
</module>
4444
<module name="NeedBraces" />
45+
<module name="ParenPad" />
4546
<module name="LeftCurly" />
4647
<module name="JavadocMethod" />
4748
<module name="FinalLocalVariable" />

0 commit comments

Comments
 (0)