summary refs log tree commit diff
path: root/synapse/handlers/sync.py
diff options
context:
space:
mode:
authorKatie Wolfe <katie@dnaf.moe>2019-04-24 12:43:18 -0400
committerKatie Wolfe <katie@dnaf.moe>2019-04-24 12:43:18 -0400
commit7e07dc429fb6b0207c1725ec0770d5f859623201 (patch)
tree08b9f23f50b01867bcd434d20daa83806495f45e /synapse/handlers/sync.py
parentClean up code (diff)
downloadsynapse-7e07dc429fb6b0207c1725ec0770d5f859623201.tar.xz
Lint
I probably should've just run autopep8 in the first place...

Signed-off-by: Katie Wolfe <katie@dnaf.moe>
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 = [