Skip to content

Commit b408848

Browse files
committed
Remove extra blank line.
1 parent 2ffdc51 commit b408848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/entry-index.js

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const { moveFile } = require('@npmcli/fs')
2222
const pMap = require('p-map')
2323
const lsStreamConcurrency = 5
2424

25-
2625
module.exports.NotFoundError = class NotFoundError extends Error {
2726
constructor (cache, key) {
2827
super(`No cache entry for ${key} found in ${cache}`)

0 commit comments

Comments
 (0)