Fix style bridge/telegram/telegram.go

Remove trailing space

Co-Authored-By: fixmie[bot] <fixmie[bot]@users.noreply.github.com>
This commit is contained in:
imShara
2019-05-19 20:32:13 +03:00
committed by GitHub
parent f172ae4693
commit 8960dbfa91

View File

@@ -101,7 +101,7 @@ func (b *Btelegram) Send(msg config.Message) (string, error) {
// Post normal message
// TODO: recheck it.
// Ignore empty text field needs for prevent double messages from whatsapp to telegram
// Ignore empty text field needs for prevent double messages from whatsapp to telegram
// when sending media with text caption
if msg.Text != "" {
msgRes, msgErr = b.sendMessage(chatid, msg.Username, msg.Text)