From b1e913d772cf748719ef5313e6655f46855f180d Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 23 Aug 2019 23:25:59 +0200 Subject: omemo: fix indentation of one line --- poezio/plugin_e2ee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py index 9c0fa39c..ebb31078 100644 --- a/poezio/plugin_e2ee.py +++ b/poezio/plugin_e2ee.py @@ -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 -- cgit v1.2.3