Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Nov 27, 2017
1 parent 3aab2c0 commit 2d25aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hostnames.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ if (!module.parent) {
const longestHostname = hostnames.sort((a, b) => b.length - a.length)[0]

counts.forEach(hostname => {
console.log(pad(hostname.value, longestHostname.length+3) + String(hostname.count))
console.log(pad(hostname.value, longestHostname.length + 3) + String(hostname.count))
})
}
}

0 comments on commit 2d25aa0

Please sign in to comment.