Skip to content

Commit

Permalink
pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
randygrok committed Aug 15, 2024
1 parent 9156b86 commit 858af16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion x/genutil/v2/cli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package cli
import (
"encoding/json"


"github.com/spf13/cobra"

banktypes "cosmossdk.io/x/bank/types"
Expand Down
3 changes: 2 additions & 1 deletion x/genutil/v2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package v2
import (
"encoding/json"

"cosmossdk.io/log"
"github.com/spf13/viper"

"cosmossdk.io/log"
)

// AppExporter is a function that dumps all app state to
Expand Down

0 comments on commit 858af16

Please sign in to comment.