Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Dec 13, 2024
1 parent cb3a6cd commit ad1eee2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/dex/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ func CmdPlaceOrder() *cobra.Command {
fmt.Sprintf(`Place new order.
Example:
$ %s tx %s place-order ORDER_TYPE_LIMIT "my-order-id1" denom1 denom2 1000 SIDE_SELL --price 12e-1 --time-in-force=TIME_IN_FORCE_GTC --from [sender]
`,
$ %s tx %s place-order ORDER_TYPE_LIMIT "my-order-id1" denom1 denom2 1000 SIDE_SELL --price 12e-1 --time-in-force=TIME_IN_FORCE_GTC --from [sender]`, //nolint:lll // string example
version.AppName, types.ModuleName,
),
),
Expand Down

0 comments on commit ad1eee2

Please sign in to comment.