Skip to content

Commit 579a334

Browse files
committed
Edited whitespace for readability
1 parent cb791bf commit 579a334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/bump/bump-utils.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const { nc, dg, bw, by, bg, br } = colors
2121
const lvlColors = { hash: dg, info: bw, working: by, success: bg, error: br }
2222

2323
export const log = {} ; Object.keys(lvlColors).forEach(lvl => log[lvl] = function(msg) {
24-
const formattedMsg = lvlColors[lvl] + (log.endedWithLineBreak ? msg.trimStart() : msg) + nc
24+
const formattedMsg = lvlColors[lvl] +( log.endedWithLineBreak ? msg.trimStart() : msg ) + nc
2525
console.log(formattedMsg) ; log.endedWithLineBreak = msg.toString().endsWith('\n')
2626
})
2727

0 commit comments

Comments
 (0)