From ec49d5d4124fec31d605d9242a3c21f183250902 Mon Sep 17 00:00:00 2001 From: Bohdan Horbeshko Date: Tue, 8 Feb 2022 15:25:58 -0500 Subject: gofmt --- telegram/client.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'telegram/client.go') diff --git a/telegram/client.go b/telegram/client.go index 9a98be7..7c3d904 100644 --- a/telegram/client.go +++ b/telegram/client.go @@ -122,15 +122,15 @@ func NewClient(conf config.TelegramConfig, jid string, component *xmpp.Component } return &Client{ - parameters: ¶meters, - resource: resource, - xmpp: component, - jid: jid, - Session: session, - resources: make(map[string]bool), - content: &conf.Content, - cache: cache.NewCache(), - options: options, + parameters: ¶meters, + resource: resource, + xmpp: component, + jid: jid, + Session: session, + resources: make(map[string]bool), + content: &conf.Content, + cache: cache.NewCache(), + options: options, DelayedStatuses: make(map[int64]*DelayedStatus), locks: clientLocks{ chatMessageLocks: make(map[int64]*sync.Mutex), -- cgit v1.2.3