gofmt
This commit is contained in:
parent
699d75552a
commit
1b291e55e5
|
@ -377,9 +377,9 @@ func (c *Client) ProcessTransportCommand(cmdline string, resource string) string
|
||||||
|
|
||||||
text := rawCmdArguments(cmdline, 1)
|
text := rawCmdArguments(cmdline, 1)
|
||||||
_, err = c.client.ReportChat(&client.ReportChatRequest{
|
_, err = c.client.ReportChat(&client.ReportChatRequest{
|
||||||
ChatId: contact.Id,
|
ChatId: contact.Id,
|
||||||
Reason: &client.ChatReportReasonCustom{},
|
Reason: &client.ChatReportReasonCustom{},
|
||||||
Text: text,
|
Text: text,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err.Error()
|
return err.Error()
|
||||||
|
|
Loading…
Reference in a new issue