mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable ParenPad in checkstyle (#5226)
* enable ParenPad * style: enable ParenPad in checkstyle --------- Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
This commit is contained in:
committed by
GitHub
parent
f8698674b3
commit
a2af09cdfb
@@ -140,7 +140,7 @@
|
||||
<!-- TODO <module name="NoWhitespaceAfter"/> -->
|
||||
<module name="NoWhitespaceBefore"/>
|
||||
<module name="OperatorWrap"/>
|
||||
<!-- TODO <module name="ParenPad"/> -->
|
||||
<module name="ParenPad"/>
|
||||
<module name="TypecastParenPad"/>
|
||||
<module name="WhitespaceAfter"/>
|
||||
<!-- TODO <module name="WhitespaceAround"/> -->
|
||||
|
||||
Reference in New Issue
Block a user