trailing space

This commit is contained in:
Florent
2025-07-11 09:19:04 +02:00
parent 0e54a624f1
commit f534b1898b

View File

@@ -119,8 +119,8 @@ class MessageReader:
} }
evt_type = EventType.CONTACT_MSG_RECV evt_type = EventType.CONTACT_MSG_RECV
if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value : if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value :
evt_type = EventType.NEW_CONTACT evt_type = EventType.NEW_CONTACT
await self.dispatcher.dispatch(Event(evt_type, res, attributes)) await self.dispatcher.dispatch(Event(evt_type, res, attributes))