Skip to content

Commit 469f788

Browse files
committed
fix(cleanup): newlines and whitespace
1 parent 4ab6401 commit 469f788

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+499
-472
lines changed

lib/base-command.js

+1
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,5 @@ class BaseCommand {
179179
this.workspacePaths = [...ws.values()]
180180
}
181181
}
182+
182183
module.exports = BaseCommand

lib/commands/access.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const npa = require('npm-package-arg')
33
const { output } = require('proc-log')
44
const pkgJson = require('@npmcli/package-json')
55
const localeCompare = require('@isaacs/string-locale-compare')('en')
6-
76
const otplease = require('../utils/otplease.js')
87
const getIdentity = require('../utils/get-identity.js')
98
const BaseCommand = require('../base-command.js')

lib/commands/adduser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const { log, output } = require('proc-log')
22
const { redactLog: replaceInfo } = require('@npmcli/redact')
33
const auth = require('../utils/auth.js')
4-
54
const BaseCommand = require('../base-command.js')
65

76
class AddUser extends BaseCommand {
@@ -47,4 +46,5 @@ class AddUser extends BaseCommand {
4746
output.standard(message)
4847
}
4948
}
49+
5050
module.exports = AddUser

0 commit comments

Comments
 (0)