Skip to content

Commit d7e49ab

Browse files
authored
Merge pull request #78 from Muneer320/main
Fix: Swap box corner strings
2 parents 3b5fe0a + 0fe528b commit d7e49ab

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)