From 7f07f93c28a3139259f02f06772076881eb9c6e7 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Mon, 23 Jul 2012 12:14:12 -0500 Subject: [PATCH] Build: Extra whitespace --- build/tasks/testswarm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tasks/testswarm.js b/build/tasks/testswarm.js index 60b6370d4..759dfcb35 100644 --- a/build/tasks/testswarm.js +++ b/build/tasks/testswarm.js @@ -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() ); }); };