From 8c7222632140e5cca09e6ada6bc618dfadfe172e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 7 Jul 2025 10:43:52 +0200 Subject: [PATCH] core/vm: remove newline --- core/vm/instructions_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index 9b7e7e4d46..3885926265 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -990,7 +990,6 @@ func TestOpCLZ(t *testing.T) { for _, tc := range tests { t.Run(tc.name, func(t *testing.T) { - // prepare a fresh stack and PC stack := newstack() pc := uint64(0)