Skip to content

Commit

Permalink
fix: add final line feed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Mar 24, 2024
1 parent 1f06d00 commit 34012ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/infra/scan_observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ func NewScanObserver() *ScanObserver {
progressbar.OptionShowIts(),
progressbar.OptionSpinnerType(11),
progressbar.OptionThrottle(time.Millisecond*10),
progressbar.OptionOnCompletion(func() { fmt.Println() }),
// progressbar.OptionShowDescriptionAtLineEnd(),
)

return &ScanObserver{
Expand Down

0 comments on commit 34012ba

Please sign in to comment.