Skip to content

Commit 847d93a

Browse files
committed
Fixes linting
1 parent a01b11b commit 847d93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ module.exports = function resolve(x, options, callback) {
305305
packageIterator(
306306
x,
307307
start,
308-
function () { return getPackageCandidates(x, start, opts) },
308+
function () { return getPackageCandidates(x, start, opts); },
309309
opts
310310
)
311311
);

0 commit comments

Comments
 (0)