Skip to content

Commit fd6fc8f

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 38b8d0e commit fd6fc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/expression/comparison.go

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

1717
import (
1818
"fmt"
19+
20+
"github.com/dolthub/vitess/go/sqltypes"
1921
"gopkg.in/src-d/go-errors.v1"
2022

2123
"github.com/dolthub/go-mysql-server/sql"
2224
"github.com/dolthub/go-mysql-server/sql/types"
23-
"github.com/dolthub/vitess/go/sqltypes"
2425
)
2526

2627
var ErrInvalidRegexp = errors.NewKind("Invalid regular expression: %s")

0 commit comments

Comments
 (0)