Skip to content

Commit 973bb30

Browse files
author
James Cor
committed
format
1 parent bd4b1a1 commit 973bb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/rowexec/dml_iters.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ import (
1919
"io"
2020
"sync"
2121

22-
"github.com/dolthub/vitess/go/mysql"
23-
2422
"github.com/dolthub/go-mysql-server/sql"
2523
"github.com/dolthub/go-mysql-server/sql/expression"
2624
"github.com/dolthub/go-mysql-server/sql/plan"
2725
"github.com/dolthub/go-mysql-server/sql/transform"
2826
"github.com/dolthub/go-mysql-server/sql/types"
27+
28+
"github.com/dolthub/vitess/go/mysql"
2929
)
3030

3131
const TriggerSavePointPrefix = "__go_mysql_server_trigger_savepoint__"

0 commit comments

Comments
 (0)