From 4d722414da6b9fe60be3937e6e986a07d1e8cd51 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 22 Mar 2024 23:13:53 +0900 Subject: [PATCH] Apply UnnecessarySemicolonInEnumeration Checkstyle module This commit also fixes its violation. See gh-32514 --- src/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index 7ae6fa6c0a..5b24c009a7 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -200,6 +200,7 @@ +