Skip to content

Commit 2472d90

Browse files
committed
fix: remove unnecessary line break
1 parent 5f70edd commit 2472d90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

standard_renderer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func (r *standardRenderer) flush() {
190190
if flushQueuedMessages {
191191
// Dump the lines we've queued up for printing.
192192
for _, line := range r.queuedMessageLines {
193-
194193
// Removing previousy rendered content at the end of line.
195194
line = line + ansi.EraseLineRight
196195

0 commit comments

Comments
 (0)