Skip to content

Commit

Permalink
add a ; to make aslant happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jpettitt committed Sep 30, 2016
1 parent 68ce60c commit 54a27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ module.exports = function(promises, timeout) {
result.push(promise.isFulfilled() ? promise.value() : undefined);
});
return result;
})
});

};

0 comments on commit 54a27ab

Please sign in to comment.