From 969e650f674916dc051e93a5648ba33f81494ee2 Mon Sep 17 00:00:00 2001 From: i-norden Date: Wed, 1 Nov 2023 15:04:37 -0500 Subject: [PATCH] go fmt --- pkg/eth/state_test/state_test.go | 2 +- pkg/eth/test_helpers/chain_indexer.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/eth/state_test/state_test.go b/pkg/eth/state_test/state_test.go index 32c1fd69..7e7cd176 100644 --- a/pkg/eth/state_test/state_test.go +++ b/pkg/eth/state_test/state_test.go @@ -23,7 +23,7 @@ import ( "math/big" "os" - "github.com/cerc-io/plugeth-statediff" + statediff "github.com/cerc-io/plugeth-statediff" "github.com/cerc-io/plugeth-statediff/adapt" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" diff --git a/pkg/eth/test_helpers/chain_indexer.go b/pkg/eth/test_helpers/chain_indexer.go index 986a5c4e..65c414dc 100644 --- a/pkg/eth/test_helpers/chain_indexer.go +++ b/pkg/eth/test_helpers/chain_indexer.go @@ -4,7 +4,7 @@ import ( "context" "math/big" - "github.com/cerc-io/plugeth-statediff" + statediff "github.com/cerc-io/plugeth-statediff" "github.com/cerc-io/plugeth-statediff/adapt" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/state"