From 537270007366a9d3fe3b0bb7c075f28702e9cc5d Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Mon, 13 Jan 2025 23:25:24 +0800 Subject: [PATCH] gofmt --- ethclient/simulated/backend_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ethclient/simulated/backend_test.go b/ethclient/simulated/backend_test.go index a837ebe9a1..8efe93e243 100644 --- a/ethclient/simulated/backend_test.go +++ b/ethclient/simulated/backend_test.go @@ -20,13 +20,14 @@ import ( "context" "crypto/ecdsa" "crypto/sha256" - "github.com/ethereum/go-ethereum/crypto/kzg4844" - "github.com/holiman/uint256" "math/big" "math/rand" "testing" "time" + "github.com/ethereum/go-ethereum/crypto/kzg4844" + "github.com/holiman/uint256" + "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types"