Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed May 23, 2024
1 parent 731751b commit d7e7864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/context/server_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package context

type (
LoggerContextKey struct{}
ViperContextKey struct{}
ViperContextKey struct{}
)
2 changes: 1 addition & 1 deletion server/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"github.com/spf13/viper"
"golang.org/x/sync/errgroup"

"cosmossdk.io/log"
corectx "cosmossdk.io/core/context"
"cosmossdk.io/log"
"cosmossdk.io/store"
"cosmossdk.io/store/snapshots"
snapshottypes "cosmossdk.io/store/snapshots/types"
Expand Down

0 comments on commit d7e7864

Please sign in to comment.