From c741c1cd816aa6662368aecb6c6390fbcbf44fc2 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 21 Sep 2021 11:34:03 -0400 Subject: [PATCH] spacing nit --- internal/consensus/common_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/consensus/common_test.go b/internal/consensus/common_test.go index 835d78217..7b7978788 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -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")