Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudgray committed Nov 6, 2024
1 parent 539dfed commit 71cc55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion store/cachemulti/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"fmt"
"io"

dbm "github.com/cosmos/cosmos-db"

"cosmossdk.io/store/tracekv"
"cosmossdk.io/store/types"
dbm "github.com/cosmos/cosmos-db"
)

// storeNameCtxKey is the TraceContext metadata key that identifies
Expand Down

0 comments on commit 71cc55d

Please sign in to comment.