Skip to content

Commit ff0c0a8

Browse files
committed
Formatting
1 parent 68657b5 commit ff0c0a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/ast/discard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ package ast
1717
import (
1818
"fmt"
1919

20-
"github.com/dolthub/doltgresql/server/node"
2120
vitess "github.com/dolthub/vitess/go/vt/sqlparser"
2221

2322
"github.com/dolthub/doltgresql/postgres/parser/sem/tree"
23+
"github.com/dolthub/doltgresql/server/node"
2424
)
2525

2626
// nodeDiscard handles *tree.Discard nodes.

server/connection_handler.go

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import (
2323
"strings"
2424
"sync/atomic"
2525

26-
"github.com/dolthub/doltgresql/server/node"
2726
"github.com/dolthub/go-mysql-server/sql"
2827
"github.com/dolthub/go-mysql-server/sql/expression"
2928
"github.com/dolthub/go-mysql-server/sql/plan"
@@ -40,6 +39,7 @@ import (
4039
"github.com/dolthub/doltgresql/postgres/parser/parser"
4140
"github.com/dolthub/doltgresql/server/ast"
4241
pgexprs "github.com/dolthub/doltgresql/server/expression"
42+
"github.com/dolthub/doltgresql/server/node"
4343
pgtypes "github.com/dolthub/doltgresql/server/types"
4444
)
4545

0 commit comments

Comments
 (0)