Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
udarrr committed Aug 9, 2023
1 parent 9dee5f3 commit 7b508c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ async function install(_opts) {

return Promise.all([writeEtagPromise, writeFilePromise]);
}
return {fsPaths, urls, opts}
return { fsPaths, urls, opts };
}

function isDownloadActive() {
Expand Down

0 comments on commit 7b508c3

Please sign in to comment.