Skip to content

Commit 6540fb2

Browse files
authored
fix(database): reorder imports to make golangci-lint happy (#997)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent b928687 commit 6540fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
package database
1616

1717
import (
18-
lcommon "github.com/blinklabs-io/gouroboros/ledger/common"
1918
"github.com/blinklabs-io/dingo/database/models"
19+
lcommon "github.com/blinklabs-io/gouroboros/ledger/common"
2020
)
2121

2222
// GetPool returns a pool by its key hash

0 commit comments

Comments
 (0)