Fix whitespace issues in format-off code
Fix a few whitespace issues in format-off code that would otherwise fail checkstyle. Issue gh-8945
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
<suppressions>
|
||||
<suppress files=".*" checks="WhitespaceAfter" />
|
||||
<suppress files=".*" checks="WhitespaceAround" />
|
||||
<suppress files=".*" checks="JavadocMethod" />
|
||||
<suppress files=".*" checks="JavadocStyle" />
|
||||
<suppress files=".*" checks="JavadocTagContinuationIndentation" />
|
||||
|
||||
Reference in New Issue
Block a user