diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-02-08 23:25:58 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-02-08 23:25:58 +0300 |
commit | ec49d5d4124fec31d605d9242a3c21f183250902 (patch) | |
tree | 7a9a80f55101b40ee0f6f6923855f75d46bc9f28 /telegram/connect.go | |
parent | fe7346a530c8ac985f2a4a9edeeecc134f320a2f (diff) |
gofmt
Diffstat (limited to 'telegram/connect.go')
-rw-r--r-- | telegram/connect.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/connect.go b/telegram/connect.go index 94154d8..a4dfa37 100644 --- a/telegram/connect.go +++ b/telegram/connect.go @@ -134,7 +134,7 @@ func (c *Client) Connect(resource string) error { go func() { _, err = c.client.GetChats(&client.GetChatsRequest{ - Limit: chatsLimit, + Limit: chatsLimit, }) if err != nil { log.Errorf("Could not retrieve chats: %v", err) |