diff --git a/bindings/encoding/custom_error.go b/bindings/encoding/custom_error.go index d01173ebf..791633c6d 100644 --- a/bindings/encoding/custom_error.go +++ b/bindings/encoding/custom_error.go @@ -2,8 +2,9 @@ package encoding import ( "errors" - "github.com/ethereum/go-ethereum/common" "strings" + + "github.com/ethereum/go-ethereum/common" ) // TryParsingCustomError tries to checks whether the given error is one of the