Skip to content

Commit 0fe528b

Browse files
committed
Fix: Swap box corner strings
1 parent d2726ec commit 0fe528b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/display/display.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ func ShowCommitMessage(message string) {
112112
WithBoxStyle(pterm.NewStyle(pterm.FgLightGreen)).
113113
WithHorizontalString("─").
114114
WithVerticalString("│").
115-
WithTopLeftCornerString("").
116-
WithTopRightCornerString("").
117-
WithBottomLeftCornerString("").
118-
WithBottomRightCornerString("")
115+
WithTopLeftCornerString("").
116+
WithTopRightCornerString("").
117+
WithBottomLeftCornerString("").
118+
WithBottomRightCornerString("")
119119

120120
panel.Println(pterm.LightGreen(message))
121121
}

0 commit comments

Comments
 (0)