diff --git a/fvm/evm/testutils/backend.go b/fvm/evm/testutils/backend.go index 7457a6d91e2..308b46f41e2 100644 --- a/fvm/evm/testutils/backend.go +++ b/fvm/evm/testutils/backend.go @@ -8,9 +8,9 @@ import ( "github.com/onflow/atree" "github.com/onflow/cadence" + jsoncdc "github.com/onflow/cadence/encoding/json" "github.com/onflow/cadence/runtime/common" - - jsoncdc "github.com/onflow/cadence/encoding/json""github.com/stretchr/testify/require" + "github.com/stretchr/testify/require" "golang.org/x/exp/maps" "github.com/onflow/flow-go/fvm/environment"