Skip to content

Commit 3472848

Browse files
committed
space
1 parent bf63df7 commit 3472848

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
@@ -534,7 +534,7 @@ func displayTableStats(stats *StatsCollector) {
534534

535535
// Print summary mini-table with proper padding
536536
summaryTop := "╭───────────────┬─────────────┬───────────────┬───────────────┬───────────────┬──────────────────────╮"
537-
summaryHead := "│ Repos │ Combined │ Skipped (MC) │ Skipped (DNM) │ Time │ Total PRs │"
537+
summaryHead := "│ Repos │ Combined │ Skipped (MC) │ Skipped (DNM) │ Time │ Total PRs │"
538538
summarySep := "├───────────────┼─────────────┼───────────────┼───────────────┼───────────────┼──────────────────────┤"
539539
summaryRow := fmt.Sprintf(
540540
"│ %-13d │ %-11d │ %-13d │ %-13d │ %-13s │ %-20d │",

0 commit comments

Comments
 (0)