Skip to content

Commit ed790cb

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

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

sql/types/decimal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package types
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql/encodings"
2019
"math/big"
2120
"reflect"
2221
"strings"
@@ -27,6 +26,7 @@ import (
2726
"gopkg.in/src-d/go-errors.v1"
2827

2928
"github.com/dolthub/go-mysql-server/sql"
29+
"github.com/dolthub/go-mysql-server/sql/encodings"
3030
)
3131

3232
const (

sql/types/sql_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
package types
22

33
import (
4-
"github.com/dolthub/go-mysql-server/sql"
4+
"testing"
5+
56
"github.com/dolthub/vitess/go/sqltypes"
67
"github.com/shopspring/decimal"
7-
"testing"
8+
9+
"github.com/dolthub/go-mysql-server/sql"
810
)
911

1012
var result_ sqltypes.Value

sql/types/strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package types
1717
import (
1818
"bytes"
1919
"fmt"
20-
"github.com/dolthub/go-mysql-server/internal/strings"
2120
"reflect"
2221
"strconv"
2322
strings2 "strings"
@@ -29,6 +28,7 @@ import (
2928
"github.com/shopspring/decimal"
3029
"gopkg.in/src-d/go-errors.v1"
3130

31+
"github.com/dolthub/go-mysql-server/internal/strings"
3232
"github.com/dolthub/go-mysql-server/sql"
3333
"github.com/dolthub/go-mysql-server/sql/encodings"
3434
)

0 commit comments

Comments
 (0)