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 2020/09/12 06:16:58 UTC

[groovy] 02/02: remove superfluous trailing whitespace

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

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

commit 4e82124a2ae8fc53eba11e057285ff440303c581
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Sep 12 15:56:13 2020 +1000

    remove superfluous trailing whitespace
---
 src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy b/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
index b3c477d..28c7842 100644
--- a/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
+++ b/src/test/org/codehaus/groovy/transform/GeneratedAnnotationTest.groovy
@@ -85,7 +85,7 @@ class GeneratedAnnotationTest extends GroovyShellTestCase {
         def person = evaluate('''
             class Person {
                 String name
-                
+
                 def invokeMethod(String name, args) { }
             }
             new Person()