From 1c66320f42d712bc583485d16d6c9603b2c41452 Mon Sep 17 00:00:00 2001 From: jonny rhea <5555162+jrhea@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:48:55 -0500 Subject: [PATCH] go fmt --- core/rawdb/accessors_chain_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/rawdb/accessors_chain_test.go b/core/rawdb/accessors_chain_test.go index e6a7bc6362..c35f56ee07 100644 --- a/core/rawdb/accessors_chain_test.go +++ b/core/rawdb/accessors_chain_test.go @@ -976,5 +976,3 @@ func TestBALStorage(t *testing.T) { t.Fatalf("deleted BAL returned: %v", b) } } - -