Skip to content

Commit ca636a7

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

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sql/types/decimal.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,17 @@ package types
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/go-mysql-server/sql/encodings"
20+
"math/big"
21+
"reflect"
22+
"strings"
23+
2124
"github.com/dolthub/vitess/go/sqltypes"
2225
"github.com/dolthub/vitess/go/vt/proto/query"
2326
"github.com/shopspring/decimal"
2427
"gopkg.in/src-d/go-errors.v1"
25-
"math/big"
26-
"reflect"
27-
"strings"
2828

2929
"github.com/dolthub/go-mysql-server/sql"
30+
"github.com/dolthub/go-mysql-server/sql/encodings"
3031
"github.com/dolthub/go-mysql-server/sql/values"
3132
)
3233

sql/types/json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ package types
1717
import (
1818
"context"
1919
"encoding/json"
20-
"github.com/dolthub/go-mysql-server/sql/encodings"
2120
"reflect"
2221

2322
"github.com/dolthub/vitess/go/sqltypes"
2423
"github.com/dolthub/vitess/go/vt/proto/query"
2524
"github.com/shopspring/decimal"
2625

2726
"github.com/dolthub/go-mysql-server/sql"
27+
"github.com/dolthub/go-mysql-server/sql/encodings"
2828
)
2929

3030
var (

0 commit comments

Comments
 (0)