Skip to content

Commit 1cf11c1

Browse files
committed
minor: drop unnecessary return
1 parent d6986e1 commit 1cf11c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

progress.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ func (p *Progress) serve(s *pState, cw *cwriter.Writer) {
317317
if s.autoRefresh && s.rmOnComplete {
318318
if err := s.render(cw); err != nil {
319319
_, _ = fmt.Fprintln(s.debugOut, err.Error())
320-
return
321320
}
322321
}
323322
return

0 commit comments

Comments
 (0)