Skip to content

Commit 29dbe63

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sql/expression/interval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ package expression
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/vitess/go/mysql"
2019
"regexp"
2120
"strconv"
2221
"strings"
2322
"time"
2423

24+
"github.com/dolthub/vitess/go/mysql"
2525
errors "gopkg.in/src-d/go-errors.v1"
2626

2727
"github.com/dolthub/go-mysql-server/sql"

sql/types/conversion.go

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

1717
import (
1818
"fmt"
19-
"github.com/dolthub/vitess/go/mysql"
2019
"reflect"
2120
"strconv"
2221
"strings"
2322
"time"
2423

24+
"github.com/dolthub/vitess/go/mysql"
2525
"github.com/dolthub/vitess/go/sqltypes"
2626
"github.com/dolthub/vitess/go/vt/proto/query"
2727
"github.com/dolthub/vitess/go/vt/sqlparser"

0 commit comments

Comments
 (0)