Skip to content

Commit

Permalink
fix(cleanup): newlines and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Apr 24, 2024
1 parent 4ab6401 commit 469f788
Show file tree
Hide file tree
Showing 60 changed files with 499 additions and 472 deletions.
1 change: 1 addition & 0 deletions lib/base-command.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,5 @@ class BaseCommand {
this.workspacePaths = [...ws.values()]
}
}

module.exports = BaseCommand
1 change: 0 additions & 1 deletion lib/commands/access.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const npa = require('npm-package-arg')
const { output } = require('proc-log')
const pkgJson = require('@npmcli/package-json')
const localeCompare = require('@isaacs/string-locale-compare')('en')

const otplease = require('../utils/otplease.js')
const getIdentity = require('../utils/get-identity.js')
const BaseCommand = require('../base-command.js')
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/adduser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const { log, output } = require('proc-log')
const { redactLog: replaceInfo } = require('@npmcli/redact')
const auth = require('../utils/auth.js')

const BaseCommand = require('../base-command.js')

class AddUser extends BaseCommand {
Expand Down Expand Up @@ -47,4 +46,5 @@ class AddUser extends BaseCommand {
output.standard(message)
}
}

module.exports = AddUser
Loading

0 comments on commit 469f788

Please sign in to comment.