Skip to content

Commit d80cd5c

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

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sql/types/bit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"context"
1919
"encoding/binary"
2020
"fmt"
21-
"github.com/dolthub/go-mysql-server/sql/values"
2221
"reflect"
2322
"strconv"
2423

@@ -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 (

sql/types/datetime.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
"reflect"
2322
"time"
@@ -29,6 +28,7 @@ import (
2928
"gopkg.in/src-d/go-errors.v1"
3029

3130
"github.com/dolthub/go-mysql-server/sql"
31+
"github.com/dolthub/go-mysql-server/sql/values"
3232
)
3333

3434
const ZeroDateStr = "0000-00-00"

sql/types/time.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
"context"
19-
"github.com/dolthub/go-mysql-server/sql/values"
2019
"math"
2120
"reflect"
2221
"strconv"
@@ -29,6 +28,7 @@ import (
2928
"gopkg.in/src-d/go-errors.v1"
3029

3130
"github.com/dolthub/go-mysql-server/sql"
31+
"github.com/dolthub/go-mysql-server/sql/values"
3232
)
3333

3434
var (

sql/types/year.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
"context"
19-
"github.com/dolthub/go-mysql-server/sql/values"
2019
"reflect"
2120
"strconv"
2221
"time"
@@ -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/values"
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)