Skip to content

Commit 2c21e26

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 9f68e9f commit 2c21e26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sql/types/decimal.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20+
"math/big"
21+
"reflect"
22+
2023
"github.com/dolthub/vitess/go/sqltypes"
2124
"github.com/dolthub/vitess/go/vt/proto/query"
2225
"github.com/shopspring/decimal"
2326
"gopkg.in/src-d/go-errors.v1"
24-
"math/big"
25-
"reflect"
2627

2728
"github.com/dolthub/go-mysql-server/sql"
2829
)

0 commit comments

Comments
 (0)