Skip to content

Commit 6609a39

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 8079228 commit 6609a39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

sql/types/bit.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ import (
1818
"context"
1919
"encoding/binary"
2020
"fmt"
21+
"reflect"
22+
2123
"github.com/dolthub/vitess/go/sqltypes"
2224
"github.com/dolthub/vitess/go/vt/proto/query"
2325
"github.com/shopspring/decimal"
2426
"gopkg.in/src-d/go-errors.v1"
25-
"reflect"
2627

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

sql/types/decimal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/go-mysql-server/sql/values"
2120
"math/big"
2221
"reflect"
2322
"strings"
@@ -28,6 +27,7 @@ import (
2827
"gopkg.in/src-d/go-errors.v1"
2928

3029
"github.com/dolthub/go-mysql-server/sql"
30+
"github.com/dolthub/go-mysql-server/sql/values"
3131
)
3232

3333
const (

0 commit comments

Comments
 (0)