Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Aug 4, 2021
1 parent 59f6b90 commit 3caa181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/controldisplay/group_counter_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (r CounterGraphRenderer) Render() string {
}

func (r CounterGraphRenderer) buildGraphString(failSegments int, passSegments int, spaces int) string {
failSegments = -1

if failSegments < 0 {
failSegments = 0
}
Expand Down

0 comments on commit 3caa181

Please sign in to comment.