Skip to content

Commit b545e25

Browse files
jycorJames Cor
authored andcommitted
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 7326681 commit b545e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/types/enum.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
"reflect"
2221
"strconv"
2322
"strings"
@@ -30,6 +29,7 @@ import (
3029

3130
"github.com/dolthub/go-mysql-server/sql"
3231
"github.com/dolthub/go-mysql-server/sql/encodings"
32+
"github.com/dolthub/go-mysql-server/sql/values"
3333
)
3434

3535
const (

sql/types/set.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"
2221
"math/bits"
2322
"reflect"
@@ -31,6 +30,7 @@ import (
3130

3231
"github.com/dolthub/go-mysql-server/sql"
3332
"github.com/dolthub/go-mysql-server/sql/encodings"
33+
"github.com/dolthub/go-mysql-server/sql/values"
3434
)
3535

3636
const (

0 commit comments

Comments
 (0)