Skip to content

Commit 2e33be3

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 448ebb2 commit 2e33be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/function_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ import (
1818
"fmt"
1919
"time"
2020

21+
"github.com/dolthub/vitess/go/mysql"
22+
2123
"github.com/dolthub/go-mysql-server/sql"
2224
"github.com/dolthub/go-mysql-server/sql/expression/function"
2325
"github.com/dolthub/go-mysql-server/sql/types"
24-
"github.com/dolthub/vitess/go/mysql"
2526
)
2627

2728
// FunctionQueryTests contains queries that primarily test SQL function calls

0 commit comments

Comments
 (0)