From b0af3b242ee914fae94222282b8f442b08ef0c77 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 28 Jul 2021 11:35:17 -0400 Subject: [PATCH] lint ++ --- light/detector_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/light/detector_test.go b/light/detector_test.go index 79b37a396..487d12a62 100644 --- a/light/detector_test.go +++ b/light/detector_test.go @@ -138,7 +138,8 @@ func TestLightClientAttackEvidence_Equivocation(t *testing.T) { // validators don't change in this network (however we still use a map just for convenience) primaryValidators = make(map[int64]*types.ValidatorSet, testCase.latestHeight) ) - witnessHeaders, witnessValidators, chainKeys := genLightBlocksWithKeys(chainID, testCase.latestHeight+1, valSize, 2, bTime) + witnessHeaders, witnessValidators, chainKeys := genLightBlocksWithKeys(chainID, + testCase.latestHeight+1, valSize, 2, bTime) for height := int64(1); height <= testCase.latestHeight; height++ { if height < testCase.divergenceHeight { primaryHeaders[height] = witnessHeaders[height]