Skip to content

Commit dde43e5

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 23fc766 commit dde43e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

enginetest/queries/time_queries.go

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

33
import (
4+
"time"
5+
46
"github.com/dolthub/go-mysql-server/sql"
57
"github.com/dolthub/go-mysql-server/sql/types"
6-
"time"
78
)
89

910
var TimeQueryTests = []ScriptTest{

0 commit comments

Comments
 (0)