Skip to content

Commit 3ac6a55

Browse files
author
JCOR11599
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 29ad8b8 commit 3ac6a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/enginetests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ package enginetest
1717
import (
1818
"context"
1919
"fmt"
20-
"github.com/dolthub/go-mysql-server/sql/mysql_db/serial"
2120
"net"
2221
"strings"
2322
"testing"
@@ -40,6 +39,7 @@ import (
4039
"github.com/dolthub/go-mysql-server/sql/expression"
4140
"github.com/dolthub/go-mysql-server/sql/expression/function/aggregation"
4241
"github.com/dolthub/go-mysql-server/sql/mysql_db"
42+
"github.com/dolthub/go-mysql-server/sql/mysql_db/serial"
4343
"github.com/dolthub/go-mysql-server/sql/parse"
4444
"github.com/dolthub/go-mysql-server/sql/plan"
4545
"github.com/dolthub/go-mysql-server/sql/transform"

0 commit comments

Comments
 (0)