From 872705afff060a3b12096cfc660d82e56596ae01 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 26 Nov 2024 02:56:34 +0100 Subject: [PATCH] core: happy lint, happy life --- core/state_processor_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state_processor_test.go b/core/state_processor_test.go index 92b7224f3e..ed7f124000 100644 --- a/core/state_processor_test.go +++ b/core/state_processor_test.go @@ -494,5 +494,4 @@ func TestEIP7623(t *testing.T) { t.Fatalf("invalid normal gas cost in test %v want %v got %v", i, test.gas7623, haveGas7623) } } - }