Skip to content

Commit d559cd6

Browse files
committed
standard formatting 🧼
1 parent 9b44ff4 commit d559cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ function _getRandomTip () {
2525
return TIPS[Math.floor(Math.random() * TIPS.length)]
2626
}
2727

28-
function supportsAnsi() {
28+
function supportsAnsi () {
2929
return process.stdout.isTTY && process.env.TERM !== 'dumb'
3030
}
3131

32-
function dim(text) {
32+
function dim (text) {
3333
return supportsAnsi() ? `\x1b[2m${text}\x1b[0m` : text
3434
}
3535

0 commit comments

Comments
 (0)