Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
aearly committed Feb 10, 2016
1 parent 34f666a commit 8a7f864
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions support/es.test.js
Expand Up @@ -8,9 +8,8 @@ waterfall([
constant(42),
function (val, next) {
async.setImmediate(function () {
console.log("blah");
next(null, val);
})
});
}
], function (err, result) {
if (err) { throw err; }
Expand Down

0 comments on commit 8a7f864

Please sign in to comment.