]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Extra whitespace
authorCorey Frang <gnarf@gnarf.net>
Mon, 23 Jul 2012 17:14:12 +0000 (12:14 -0500)
committerCorey Frang <gnarf@gnarf.net>
Mon, 23 Jul 2012 17:14:12 +0000 (12:14 -0500)
build/tasks/testswarm.js

index 60b6370d4a74c44b84765d66f53630553c8a5a80..759dfcb35b1f171fdc95576ec78381f047d377d1 100644 (file)
@@ -73,7 +73,7 @@ grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, mino
                        allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version;
                }
        });
-       submit( commit, allTests, configFile, minor + " core", this.async() );
+       submit( commit, allTests, configFile, minor + " core ", this.async() );
 });
 
 };