remove nolint: ll directive

This commit is contained in:
William Banfield
2022-01-18 16:26:13 -05:00
parent e30434ad5a
commit 82d46fe871
-1
View File
@@ -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)