Skip to content

Commit

Permalink
add comma before new line
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Mar 18, 2023
1 parent 3500d06 commit 89f608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apps/transfer/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) {

registry.RegisterImplementations(
(*exported.CallbackPacketDataI)(nil),
&FungibleTokenPacketData{}
&FungibleTokenPacketData{},
)

msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
Expand Down

0 comments on commit 89f608c

Please sign in to comment.