common/hexutil: goimports

This commit is contained in:
Martin Holst Swende 2023-12-04 14:53:11 +01:00
parent 4d002e2ab7
commit 6dfe2e4160
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -21,9 +21,10 @@ import (
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"errors" "errors"
"github.com/holiman/uint256"
"math/big" "math/big"
"testing" "testing"
"github.com/holiman/uint256"
) )
func checkError(t *testing.T, input string, got, want error) bool { func checkError(t *testing.T, input string, got, want error) bool {