Skip to content

Commit 850914e

Browse files
committed
lint fix
1 parent c815594 commit 850914e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

store/v2/commitment/iavlv2/tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package iavlv2
22

33
import (
4-
corestore "cosmossdk.io/core/store"
54
"errors"
65
"fmt"
76

7+
corestore "cosmossdk.io/core/store"
88
"github.com/cosmos/iavl/v2"
99
ics23 "github.com/cosmos/ics23/go"
1010

store/v2/commitment/iavlv2/tree_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package iavlv2
22

33
import (
44
"fmt"
5-
"github.com/stretchr/testify/require"
6-
"github.com/stretchr/testify/suite"
75
"testing"
86

97
"github.com/cosmos/iavl/v2"
8+
"github.com/stretchr/testify/require"
9+
"github.com/stretchr/testify/suite"
1010

1111
corelog "cosmossdk.io/core/log"
1212
corestore "cosmossdk.io/core/store"

0 commit comments

Comments
 (0)