Skip to content

Commit 842ce71

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 36f983d commit 842ce71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ import (
1919
"math"
2020
"time"
2121

22-
"github.com/dolthub/go-mysql-server/sql/expression/function"
2322
"github.com/dolthub/vitess/go/mysql"
2423
"github.com/dolthub/vitess/go/sqltypes"
2524
"github.com/dolthub/vitess/go/vt/sqlparser"
2625
"gopkg.in/src-d/go-errors.v1"
2726

2827
"github.com/dolthub/go-mysql-server/sql"
2928
"github.com/dolthub/go-mysql-server/sql/analyzer/analyzererrors"
29+
"github.com/dolthub/go-mysql-server/sql/expression/function"
3030
"github.com/dolthub/go-mysql-server/sql/plan"
3131
"github.com/dolthub/go-mysql-server/sql/planbuilder"
3232
"github.com/dolthub/go-mysql-server/sql/types"

0 commit comments

Comments
 (0)