Skip to content

Commit 211322e

Browse files
committed
header table fixes
1 parent 87d6215 commit 211322e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ func displayTableStats(stats *StatsCollector) {
474474
return bold + color + s + reset
475475
}
476476

477-
head := fmt.Sprintf("│ %-*s │ %-*s │ %-*s │ %-*s │",
477+
head := fmt.Sprintf("│ %-*s │ %*s │ %-*s │ %-*s │",
478478
repoCol, colorizeBold("Repository", blue),
479479
colWidths[1], colorizeBold("PRs Combined", blue),
480480
colWidths[2], colorizeBold("Skipped", blue),

0 commit comments

Comments
 (0)