Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Oct 7, 2024
1 parent 5314cb8 commit 84b749a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions x/iro/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ import (
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
)

const TypeMsgCreatePlan = "create_plan"
const TypeMsgBuy = "buy"
const TypeMsgSell = "sell"
const TypeMsgClaim = "claim"
const (
TypeMsgCreatePlan = "create_plan"
TypeMsgBuy = "buy"
TypeMsgSell = "sell"
TypeMsgClaim = "claim"
)

var (
_ sdk.Msg = &MsgCreatePlan{}
Expand Down

0 comments on commit 84b749a

Please sign in to comment.