Skip to content

Commit

Permalink
Fix default case
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Brophy committed Dec 7, 2017
1 parent 1bb0072 commit 1d01cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blaster/loop-ticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func (b *Blaster) startTickerLoop(ctx context.Context) {
default:
// notest
// if main loop is busy, skip this tick
continue
}
}
}()
Expand Down

0 comments on commit 1d01cc8

Please sign in to comment.