diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-03-09 22:16:13 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-03-09 22:16:13 +0300 |
commit | 1b291e55e55ded88159ba9b5117ac25b5929317e (patch) | |
tree | 358c3070be5597177cb0c6b98ada6360dbdf5bf4 | |
parent | 699d75552abf35b243e9f589b24c7d880a8c7423 (diff) |
gofmt
-rw-r--r-- | telegram/commands.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/telegram/commands.go b/telegram/commands.go index f523f39..58f4db3 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -377,9 +377,9 @@ func (c *Client) ProcessTransportCommand(cmdline string, resource string) string text := rawCmdArguments(cmdline, 1) _, err = c.client.ReportChat(&client.ReportChatRequest{ - ChatId: contact.Id, - Reason: &client.ChatReportReasonCustom{}, - Text: text, + ChatId: contact.Id, + Reason: &client.ChatReportReasonCustom{}, + Text: text, }) if err != nil { return err.Error() |