Skip to content

Commit 9430c4c

Browse files
author
Nathan Gabrielson
committed
format repo again
1 parent 0ecac73 commit 9430c4c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

server/tables/information_schema/sequences_table.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
package information_schema
1616

1717
import (
18-
"github.com/dolthub/doltgresql/server/functions"
19-
pgtypes "github.com/dolthub/doltgresql/server/types"
18+
"strconv"
19+
2020
"github.com/dolthub/go-mysql-server/sql"
2121
"github.com/dolthub/go-mysql-server/sql/information_schema"
22-
"strconv"
22+
23+
"github.com/dolthub/doltgresql/server/functions"
24+
pgtypes "github.com/dolthub/doltgresql/server/types"
2325
)
2426

2527
const SequencesTableName = "sequences"

0 commit comments

Comments
 (0)