Build: Extra whitespace

This commit is contained in:
Corey Frang 2012-07-23 12:14:12 -05:00
parent 3c2198b226
commit 7f07f93c28

View 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() );
});
};