From 6911f26873f5025e2273061511ab23ba0cec94d3 Mon Sep 17 00:00:00 2001 From: tsachiherman <24438559+tsachiherman@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:15:10 -0500 Subject: [PATCH] lint --- x/dsmr/node_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/dsmr/node_test.go b/x/dsmr/node_test.go index c5513abd8b..ebc311770a 100644 --- a/x/dsmr/node_test.go +++ b/x/dsmr/node_test.go @@ -1539,7 +1539,6 @@ func TestNode_Execute_Chunks(t *testing.T) { ) r.NoError(err) chunks = append(chunks, chunk) - } return chunks }