Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Apr 29, 2024
1 parent dfe83a6 commit 818ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/tokenomics/types/message_update_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

var _ sdk.Msg = &MsgUpdateParam{}
var _ sdk.Msg = (*MsgUpdateParam)(nil)

func NewMsgUpdateParam(authority string, name string, value any) (*MsgUpdateParam, error) {
var valueAsType isMsgUpdateParam_AsType
Expand Down

0 comments on commit 818ed9f

Please sign in to comment.