omemo: fix indentation of one line

This commit is contained in:
mathieui 2019-08-23 23:25:59 +02:00 committed by Maxime “pep” Buquet
parent e94ee52c10
commit b1e913d772

View file

@ -197,7 +197,7 @@ class E2EEPlugin(BasePlugin):
has_eme = False
if message.xml.find('{%s}%s' % (EME_NS, EME_TAG)) is not None and \
message['eme']['namespace'] == self.eme_ns:
message['eme']['namespace'] == self.eme_ns:
has_eme = True
has_encrypted_tag = False