Skip to content

Commit

Permalink
Remove extra blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
oikumene committed Jul 11, 2024
1 parent 2ffdc51 commit b408848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/entry-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs')
const pMap = require('p-map')
const lsStreamConcurrency = 5


module.exports.NotFoundError = class NotFoundError extends Error {
constructor (cache, key) {
super(`No cache entry for ${key} found in ${cache}`)
Expand Down

0 comments on commit b408848

Please sign in to comment.