Skip to content

Commit fda66fb

Browse files
author
James Cor
committed
format
1 parent aa2c22f commit fda66fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/plan/into.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ package plan
1616

1717
import (
1818
"fmt"
19-
"github.com/dolthub/go-mysql-server/sql/types"
20-
"strings"
19+
"strings"
2120

2221
"github.com/dolthub/go-mysql-server/sql"
22+
"github.com/dolthub/go-mysql-server/sql/types"
2323
)
2424

2525
// Into is a node to wrap the top-level node in a query plan so that any result will set user-defined or others

0 commit comments

Comments
 (0)