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
+3 -3
View File
@@ -7,9 +7,9 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭────────────────────────────────────────────────────────╮
// │ MsgUpdateParams
// ╰────────────────────────────────────────────────────────╯
// ╭───────────────────────────────────────────────────────────
// │ MsgUpdateParams type definition
// ╰───────────────────────────────────────────────────────────
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(
+4
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,
-1
View File
@@ -1 +0,0 @@
package types
+4
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,
+3 -3
View File
@@ -7,9 +7,9 @@ import (
var _ sdk.Msg = &MsgUpdateParams{}
// ╭──────────────────────────────────────────────────────╮
// │ MsgUpdateParams
// ╰──────────────────────────────────────────────────────╯
// ╭───────────────────────────────────────────────────────────
// │ MsgUpdateParams type definition
// ╰───────────────────────────────────────────────────────────
// NewMsgUpdateParams creates new instance of MsgUpdateParams
func NewMsgUpdateParams(