Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jan 20, 2025
1 parent 1231e6f commit 5235822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/migration/types/msg_update_params.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
sdk "github.com/cosmos/cosmos-sdk/types"
)

var _ sdk.Msg = &MsgUpdateParams{}
var _ sdk.Msg = new(MsgUpdateParams)

// ValidateBasic does a sanity check on the provided data.
func (m *MsgUpdateParams) ValidateBasic() error {
Expand Down

0 comments on commit 5235822

Please sign in to comment.