Skip to content

Commit aec1983

Browse files
committed
fmt
1 parent 649cc75 commit aec1983

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 PRs │ Skipped │ Combined PRs │"
537+
summaryHead := "│ Repos │ Combined PRs │ Skipped │ Combined PRs │"
538538
summarySep := "├───────────────┼───────────────┼───────────────────────┼───────────────┤"
539539
skippedRaw := fmt.Sprintf("%d (MC), %d (DNM)", stats.PRsSkippedMergeConflict, stats.PRsSkippedCriteria)
540540
summaryRow := fmt.Sprintf(

0 commit comments

Comments
 (0)