Skip to content

Commit c0604c3

Browse files
committed
lint
1 parent 1b90e0e commit c0604c3

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
@@ -535,7 +535,7 @@ func displayTableStats(stats *StatsCollector) {
535535
// Print summary mini-table with proper padding
536536
summaryTop := "╭───────────────┬───────────────┬───────────────────────┬───────────────╮"
537537
summaryHead := "│ Repos │ Combined PRs │ Skipped │ Total PRs │"
538-
summarySep := "├───────────────┼───────────────┼───────────────────────┼───────────────┤"
538+
summarySep := "├───────────────┼───────────────┼───────────────────────┼───────────────┤"
539539
skippedRaw := fmt.Sprintf("%d (MC), %d (DNM)", stats.PRsSkippedMergeConflict, stats.PRsSkippedCriteria)
540540
summaryRow := fmt.Sprintf(
541541
"│ %-13d │ %-13d │ %-21s │ %-13d │",

0 commit comments

Comments
 (0)