Skip to content

Commit 172d577

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/strings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"bytes"
1919
"context"
2020
"fmt"
21-
"github.com/dolthub/go-mysql-server/internal/strings"
2221
"reflect"
2322
"strconv"
2423
strings2 "strings"
@@ -30,6 +29,7 @@ import (
3029
"github.com/shopspring/decimal"
3130
"gopkg.in/src-d/go-errors.v1"
3231

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

0 commit comments

Comments
 (0)