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


The following commit(s) were added to refs/heads/master by this push:
     new 8a7eabee40 trivial formatting
8a7eabee40 is described below

commit 8a7eabee409b6072a3f8ceaaa738dc1d41f9fde0
Author: Paul King <pa...@asert.com.au>
AuthorDate: Tue Mar 19 12:33:46 2024 +1000

    trivial formatting
---
 src/antlr/GroovyParser.g4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/antlr/GroovyParser.g4 b/src/antlr/GroovyParser.g4
index 4bb072b154..f61d713adb 100644
--- a/src/antlr/GroovyParser.g4
+++ b/src/antlr/GroovyParser.g4
@@ -849,7 +849,7 @@ expression
     |   left=expression nls op=OR nls right=expression                         
             #logicalOrExprAlt
 
     // implication (==>)  (level 13.5)
-    |   <assoc=right> left=expression nls op=IMPLIES nls right=expression      
                           #implicationExprAlt
+    |   <assoc=right> left=expression nls op=IMPLIES nls right=expression      
             #implicationExprAlt
 
     // conditional test (level 14)
     |   <assoc=right> con=expression nls

Reply via email to