Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 committed Sep 11, 2024
1 parent a23ffe2 commit 0e23fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenfactory/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ func NewModifyDenomMetadataCmd() *cobra.Command {
},
{
Denom: ticker,
Exponent: uint32(exponent), //nolint:all
Exponent: uint32(exponent),
Aliases: []string{fullDenom},
},
},
Expand Down

0 comments on commit 0e23fbc

Please sign in to comment.