1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:09:43 +00:00

chore: auto format code

This commit is contained in:
Tw93
2025-12-12 02:50:46 +00:00
parent 9af63a793b
commit 558ee86d1f

View File

@@ -765,7 +765,7 @@ func renderTwoColumns(cards []cardData, width int) string {
rows = append(rows, left)
}
}
// Add empty lines between rows for separation
var spacedRows []string
for i, r := range rows {