Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Nov 28, 2024
1 parent c815594 commit 850914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion store/v2/commitment/iavlv2/tree.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package iavlv2

import (
corestore "cosmossdk.io/core/store"
"errors"
"fmt"

corestore "cosmossdk.io/core/store"
"github.com/cosmos/iavl/v2"
ics23 "github.com/cosmos/ics23/go"

Expand Down
4 changes: 2 additions & 2 deletions store/v2/commitment/iavlv2/tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package iavlv2

import (
"fmt"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"
"testing"

"github.com/cosmos/iavl/v2"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

corelog "cosmossdk.io/core/log"
corestore "cosmossdk.io/core/store"
Expand Down

0 comments on commit 850914e

Please sign in to comment.