mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 11:56:15 +00:00
gofmt
This commit is contained in:
@@ -491,7 +491,7 @@ func (conR *Reactor) sendNewRoundStepMessage(peer p2p.Peer) {
|
||||
}
|
||||
|
||||
func (conR *Reactor) updateRoundStateRoutine() {
|
||||
t := time.NewTicker(100*time.Microsecond)
|
||||
t := time.NewTicker(100 * time.Microsecond)
|
||||
defer t.Stop()
|
||||
for range t {
|
||||
if !conR.IsRunning() {
|
||||
|
||||
Reference in New Issue
Block a user