1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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:
Phillip Webb
2020-07-30 00:34:51 -07:00
committed by Rob Winch
parent 834dcf5bcf
commit ee661f7b71
7 changed files with 8 additions and 10 deletions
@@ -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" />