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 2018/04/30 07:08:49 UTC

groovy git commit: whitespace

Repository: groovy
Updated Branches:
  refs/heads/master 1af31492b -> 854eca360


whitespace


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/854eca36
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/854eca36
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/854eca36

Branch: refs/heads/master
Commit: 854eca3605f5078952514fa7f2ba3306d4d21628
Parents: 1af3149
Author: Paul King <pa...@asert.com.au>
Authored: Mon Apr 30 17:08:39 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Mon Apr 30 17:08:39 2018 +1000

----------------------------------------------------------------------
 src/test/groovy/GroovyMethodsTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/854eca36/src/test/groovy/GroovyMethodsTest.groovy
----------------------------------------------------------------------
diff --git a/src/test/groovy/GroovyMethodsTest.groovy b/src/test/groovy/GroovyMethodsTest.groovy
index 903ea02..b773890 100644
--- a/src/test/groovy/GroovyMethodsTest.groovy
+++ b/src/test/groovy/GroovyMethodsTest.groovy
@@ -811,7 +811,7 @@ class GroovyMethodsTest extends GroovyTestCase {
     void doIt(col) {
         col.clear()
         col.addAll(leftCol)
-        // not really concerned about  correctness, rather that the method can be called, however..
+        // not really concerned about correctness, rather that the method can be called, however..
         assert col.intersect(rightCol) as List == ["2"]
     }