Skip to content

Commit

Permalink
Fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Jan 5, 2020
1 parent a01b11b commit 847d93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/async.js
Expand Up @@ -305,7 +305,7 @@ module.exports = function resolve(x, options, callback) {
packageIterator(
x,
start,
function () { return getPackageCandidates(x, start, opts) },
function () { return getPackageCandidates(x, start, opts); },
opts
)
);
Expand Down

0 comments on commit 847d93a

Please sign in to comment.