style: 🚨 Remove unnecessary extra newline

This commit is contained in:
Esteban Galvis 2023-12-18 11:03:21 -05:00
parent 1fe5e65b73
commit bf78f58d2a

View file

@ -985,7 +985,6 @@ func (portal *Portal) handleMessage(source *User, evt *events.Message, historica
if len(eventID) != 0 {
portal.finishHandling(existingMsg, &evt.Info, eventID, intent.UserID, dbMsgType, galleryPart, converted.Error)
}
} else if msgType == "reaction" || msgType == "encrypted reaction" {
if evt.Message.GetEncReactionMessage() != nil {
decryptedReaction, err := source.Client.DecryptReaction(evt)