Skip to content

Commit fa280fb

Browse files
committed
formatting
1 parent bf46d10 commit fa280fb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

server/functions/pg_table_is_visible.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@
1515
package functions
1616

1717
import (
18-
"github.com/dolthub/doltgresql/core"
1918
"github.com/dolthub/go-mysql-server/sql"
2019

20+
"github.com/dolthub/doltgresql/core"
2121
"github.com/dolthub/doltgresql/core/id"
22-
2322
"github.com/dolthub/doltgresql/server/functions/framework"
2423
pgtypes "github.com/dolthub/doltgresql/server/types"
2524
)

server/functions/pg_type_is_visible.go

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

1717
import (
18-
"github.com/dolthub/doltgresql/core"
1918
"github.com/dolthub/go-mysql-server/sql"
2019

20+
"github.com/dolthub/doltgresql/core"
21+
2122
"github.com/dolthub/doltgresql/core/id"
2223
"github.com/dolthub/doltgresql/server/functions/framework"
2324
pgtypes "github.com/dolthub/doltgresql/server/types"

server/functions/regclass.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import (
1919
"strconv"
2020

2121
"github.com/cockroachdb/errors"
22-
"github.com/dolthub/doltgresql/core"
2322
"github.com/dolthub/go-mysql-server/sql"
2423

24+
"github.com/dolthub/doltgresql/core"
2525
"github.com/dolthub/doltgresql/core/id"
2626
"github.com/dolthub/doltgresql/server/functions/framework"
2727
"github.com/dolthub/doltgresql/server/settings"

0 commit comments

Comments
 (0)