diff --git a/common/hexutil/json_test.go b/common/hexutil/json_test.go index 766a63a4b2..7cca300951 100644 --- a/common/hexutil/json_test.go +++ b/common/hexutil/json_test.go @@ -21,9 +21,10 @@ import ( "encoding/hex" "encoding/json" "errors" - "github.com/holiman/uint256" "math/big" "testing" + + "github.com/holiman/uint256" ) func checkError(t *testing.T, input string, got, want error) bool {