From 82d46fe871e071d3b831d3aecf9b8acd8ba34f29 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 18 Jan 2022 16:26:13 -0500 Subject: [PATCH] remove nolint: ll directive --- internal/consensus/common_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consensus/common_test.go b/internal/consensus/common_test.go index 364368ee1..5afc12953 100644 --- a/internal/consensus/common_test.go +++ b/internal/consensus/common_test.go @@ -659,7 +659,6 @@ func ensureProposal(t *testing.T, proposalCh <-chan tmpubsub.Message, height int ensureProposalWithTimeout(t, proposalCh, height, round, &propID, ensureTimeout) } -// nolint: lll func ensureProposalWithTimeout(t *testing.T, proposalCh <-chan tmpubsub.Message, height int64, round int32, propID *types.BlockID, timeout time.Duration) { t.Helper() msg := ensureMessageBeforeTimeout(t, proposalCh, timeout)