spacing nit

This commit is contained in:
William Banfield
2021-09-21 11:34:03 -04:00
parent 9cfa6045ad
commit c741c1cd81

View File

@@ -622,6 +622,7 @@ func ensureNewUnlock(unlockCh <-chan tmpubsub.Message, height int64, round int32
ensureNewEvent(unlockCh, height, round, ensureTimeout,
"Timeout expired while waiting for NewUnlock event")
}
func ensureLock(lockCh <-chan tmpubsub.Message, height int64, round int32) {
ensureNewEvent(lockCh, height, round, ensureTimeout,
"Timeout expired while waiting for LockValue event")