Skip to content

Commit 24c32a2

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 88adcc8 commit 24c32a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/create_table_queries.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
package queries
1616

1717
import (
18-
"github.com/dolthub/go-mysql-server/enginetest/queries"
1918
"time"
2019

20+
"github.com/dolthub/go-mysql-server/enginetest/queries"
21+
2122
"github.com/dolthub/go-mysql-server/sql"
2223
"github.com/dolthub/go-mysql-server/sql/types"
2324
)

0 commit comments

Comments
 (0)