Skip to content

Commit 756cfbd

Browse files
committed
Refactored core tracker
1 parent a3c6a3b commit 756cfbd

File tree

4 files changed

+320
-330
lines changed

4 files changed

+320
-330
lines changed

lib/cli/helper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exports.table = {
4747
"right-mid": color.tblclr("╢"),
4848
middle: color.tblclr("│"),
4949
},
50-
col5: (txt) => {
51-
return { colSpan: 5, content: txt }
52-
},
50+
col5: (txt) => {
51+
return { colSpan: 5, content: txt };
52+
},
5353
};

0 commit comments

Comments
 (0)