Skip to content

Commit c715cae

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 7e9e300 commit c715cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/number_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package types
1717
import (
1818
"encoding/binary"
1919
"fmt"
20-
"github.com/shopspring/decimal"
2120
"math"
2221
"reflect"
2322
"strconv"
@@ -26,6 +25,7 @@ import (
2625

2726
"github.com/dolthub/vitess/go/sqltypes"
2827
"github.com/dolthub/vitess/go/vt/proto/query"
28+
"github.com/shopspring/decimal"
2929
"github.com/stretchr/testify/assert"
3030
"github.com/stretchr/testify/require"
3131

0 commit comments

Comments
 (0)