summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/sync.py')
-rw-r--r--synapse/handlers/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py
index 9f93a7f2da..7cf757f65a 100644
--- a/synapse/handlers/sync.py
+++ b/synapse/handlers/sync.py
@@ -595,7 +595,7 @@ class SyncHandler(object):
                 canonical_alias_id, allow_none=True,
             )
             if (canonical_alias and canonical_alias.content
-                and canonical_alias.content.get("alias", "")):
+                    and canonical_alias.content.get("alias", "")):
                 defer.returnValue(summary)
 
         joined_user_ids = [