Skip to content

Commit

Permalink
fix: remove unnecessary line break
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 31, 2024
1 parent 5f70edd commit 2472d90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion standard_renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ func (r *standardRenderer) flush() {
if flushQueuedMessages {
// Dump the lines we've queued up for printing.
for _, line := range r.queuedMessageLines {

// Removing previousy rendered content at the end of line.
line = line + ansi.EraseLineRight

Expand Down

0 comments on commit 2472d90

Please sign in to comment.