diff --git a/accounts/abi/type_test.go b/accounts/abi/type_test.go index c3794888ca..4ce5f97872 100644 --- a/accounts/abi/type_test.go +++ b/accounts/abi/type_test.go @@ -17,12 +17,12 @@ package abi import ( - "github.com/ethereum/go-ethereum/common" "math/big" "reflect" "testing" "github.com/davecgh/go-spew/spew" + "github.com/ethereum/go-ethereum/common" ) // typeWithoutStringer is an alias for the Type type which simply doesn't implement