Skip to content

Commit 494213f

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent af5f620 commit 494213f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sql/expression/comparison.go

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

1717
import (
1818
"fmt"
19+
1920
"github.com/dolthub/vitess/go/mysql"
2021
errors "gopkg.in/src-d/go-errors.v1"
2122

sql/expression/convert.go

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

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

22+
"github.com/dolthub/vitess/go/mysql"
2323
"github.com/dolthub/vitess/go/sqltypes"
2424
"github.com/sirupsen/logrus"
2525
"gopkg.in/src-d/go-errors.v1"

0 commit comments

Comments
 (0)