refactor: remove formatter.go from service module

This commit is contained in:
Prad Nukala 2024-10-21 16:22:35 -04:00
parent 4613e91a13
commit 54953ccb4b
5 changed files with 14 additions and 7 deletions

View File

@ -7,9 +7,9 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭────────────────────────────────────────────────────────
// │ MsgUpdateParams
// ╰────────────────────────────────────────────────────────
// ╭───────────────────────────────────────────────────────────
// │ MsgUpdateParams type definition
// ╰───────────────────────────────────────────────────────────
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(

View File

@ -7,6 +7,10 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭───────────────────────────────────────────────────────────╮
// │ MsgUpdateParams type definition │
// ╰───────────────────────────────────────────────────────────╯
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(
sender sdk.Address,

View File

@ -1 +0,0 @@
package types

View File

@ -7,6 +7,10 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭───────────────────────────────────────────────────────────╮
// │ MsgUpdateParams type definition │
// ╰───────────────────────────────────────────────────────────╯
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(
sender sdk.Address,

View File

@ -7,9 +7,9 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭──────────────────────────────────────────────────────
// │ MsgUpdateParams
// ╰──────────────────────────────────────────────────────
// ╭───────────────────────────────────────────────────────────
// │ MsgUpdateParams type definition
// ╰───────────────────────────────────────────────────────────
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(