From 16f46f0610a792aefa8cf3181e27fcc8761e7817 Mon Sep 17 00:00:00 2001 From: Kamandlou Date: Sun, 15 Sep 2024 16:24:01 +0330 Subject: [PATCH] fix: run `make fmt` command --- internal/ethapi/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index f2dd93e4ac..ac5940043d 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -799,7 +799,7 @@ func TestCall(t *testing.T) { Balance: big.NewInt(params.Ether), Nonce: 1, Storage: map[common.Hash]common.Hash{ - common.Hash{}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"), + {}: common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000001"), }, }, },