Skip to content

Commit 7f07f93

Browse files
committed
Build: Extra whitespace
1 parent 3c2198b commit 7f07f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ grunt.registerTask( "testswarm-multi-jquery", function( commit, configFile, mino
7373
allTests[ test + "-" + version ] = tests[ test ] + "?nojshint=true&jquery=" + version;
7474
}
7575
});
76-
submit( commit, allTests, configFile, minor + " core", this.async() );
76+
submit( commit, allTests, configFile, minor + " core ", this.async() );
7777
});
7878

7979
};

0 commit comments

Comments
 (0)