1
0

Add Checkstyle WhitespaceAfter

This commit is contained in:
Gary Gregory
2023-11-19 16:14:52 -05:00
parent 7ce3866b16
commit 6cff4d220a

View File

@@ -71,6 +71,7 @@ limitations under the License.
<property name="separated" value="true"/> <property name="separated" value="true"/>
<property name="sortStaticImportsAlphabetically" value="true"/> <property name="sortStaticImportsAlphabetically" value="true"/>
</module> </module>
<module name="WhitespaceAfter" />
</module> </module>
</module> </module>