Skip to content

Commit

Permalink
fix standard 11 nits about comment spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nexdrew committed Feb 19, 2018
1 parent 640623a commit a31c248
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Utils {
})
}
// if (!aliases.length) {
// third pass: take anything to satisfy positionals
// third pass: take anything to satisfy positionals
// }
// console.log(`turned flags "${flags}" into aliases:`, aliases)
return aliases
Expand Down
6 changes: 3 additions & 3 deletions test/test-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ tap.test('api > custom path and fs libs', t => {
const pathLib = new FakePath()
const fsLib = new FakeFs()
const api = Api.get().configure({ pathLib, fsLib })
.commandDirectory('x') // api use of libs
.version() // context use of libs
.path('-p <path>', { // types/path use of libs
.commandDirectory('x') // api use of libs
.version() // context use of libs
.path('-p <path>', { // types/path use of libs
mustExist: true
})

Expand Down

0 comments on commit a31c248

Please sign in to comment.