We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd58d commit 8a0e640Copy full SHA for 8a0e640
style.go
@@ -307,9 +307,7 @@ func (s Style) Render(strs ...string) string {
307
te = te.Underline()
308
}
309
if reverse {
310
- if reverse {
311
- teWhitespace = teWhitespace.Reverse()
312
- }
+ teWhitespace = teWhitespace.Reverse()
313
te = te.Reverse()
314
315
if blink {
0 commit comments