Skip to content

Commit 3d713fa

Browse files
committed
formatting
1 parent e693d0c commit 3d713fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/ast/drop_schema.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
package ast
1616

1717
import (
18-
"github.com/dolthub/doltgresql/server/auth"
1918
vitess "github.com/dolthub/vitess/go/vt/sqlparser"
2019

20+
"github.com/dolthub/doltgresql/server/auth"
21+
2122
"github.com/dolthub/doltgresql/postgres/parser/sem/tree"
2223
)
2324

0 commit comments

Comments
 (0)