Skip to content

Commit acbdefd

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 02234b9 commit acbdefd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

enginetest/queries/regex_queries.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@
2121
package queries
2222

2323
import (
24-
"github.com/dolthub/go-mysql-server/enginetest/scriptgen/setup"
25-
"gopkg.in/src-d/go-errors.v1"
26-
2724
regex "github.com/dolthub/go-icu-regex"
25+
"gopkg.in/src-d/go-errors.v1"
2826

27+
"github.com/dolthub/go-mysql-server/enginetest/scriptgen/setup"
2928
"github.com/dolthub/go-mysql-server/sql"
3029
)
3130

0 commit comments

Comments
 (0)