Skip to content

Commit

Permalink
clg: add missing horizontal line
Browse files Browse the repository at this point in the history
  • Loading branch information
Claude Gex committed Apr 9, 2018
1 parent e58c00a commit cba58b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions output/output_standard/StandardOutput.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func createBar() *uiprogress.Bar {
func stopBar() {
if (progressbar) {
uiprogress.Stop()
fmt.Println(boxHorizontalLine())
}
}

Expand Down

0 comments on commit cba58b4

Please sign in to comment.