Skip to content

Commit 81ff378

Browse files
committed
make lint-fix
1 parent e5fbe50 commit 81ff378

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cosmovisor/scanner.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ import (
1212
"testing"
1313
"time"
1414

15-
upgradetypes "cosmossdk.io/x/upgrade/types"
1615
dbm "github.com/cometbft/cometbft-db"
1716
"github.com/cometbft/cometbft/store"
17+
18+
upgradetypes "cosmossdk.io/x/upgrade/types"
1819
)
1920

2021
var errUntestAble = errors.New("untestable")

0 commit comments

Comments
 (0)