You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2023/07/31 09:27:26 UTC

[groovy] 05/06: remove unnecessary semicolon

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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 79efc4f71b206c8ef6c22f12940f17e87e1ac140
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Jul 31 19:22:05 2023 +1000

    remove unnecessary semicolon
---
 src/main/groovy/groovy/cli/CliBuilderException.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/groovy/groovy/cli/CliBuilderException.groovy b/src/main/groovy/groovy/cli/CliBuilderException.groovy
index 7bd864857f..81b8150407 100644
--- a/src/main/groovy/groovy/cli/CliBuilderException.groovy
+++ b/src/main/groovy/groovy/cli/CliBuilderException.groovy
@@ -22,5 +22,5 @@ import groovy.transform.InheritConstructors
 
 @InheritConstructors
 class CliBuilderException extends RuntimeException {
-    private static final long serialVersionUID = 3996705753888714632L;
+    private static final long serialVersionUID = 3996705753888714632L
 }