Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hargasinski committed Jun 7, 2017
1 parent 55ef9c2 commit ccf3bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/internal/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default function queue(worker, concurrency, payload) {
return function(err){
numRunning -= 1;


for (var i = 0, l = tasks.length; i < l; i++) {
var task = tasks[i];

Expand Down

0 comments on commit ccf3bf8

Please sign in to comment.