This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git

commit 6cff4d220ad087329c5fb3da12e47ce25db0aa7c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 19 16:14:52 2023 -0500

    Add Checkstyle WhitespaceAfter
---
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle.xml b/checkstyle.xml
index b25fc66..4dbcc4c 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -71,6 +71,7 @@ limitations under the License.
       <property name="separated" value="true"/>
       <property name="sortStaticImportsAlphabetically" value="true"/>
     </module>
+    <module name="WhitespaceAfter" />
   </module>
 
 </module>

Reply via email to