summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2017-03-08 09:33:40 +0000
committerDavid Baker <dave@matrix.org>2017-03-08 09:33:40 +0000
commit402a7bf63d0b8fc715ae6659c3b451e1bd44b0f2 (patch)
treea8658213882242ed5c354402f7614314774c4f44 /synapse/handlers/auth.py
parentSupport new login format (diff)
downloadsynapse-402a7bf63d0b8fc715ae6659c3b451e1bd44b0f2.tar.xz
Fix pep8
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index 2ea1d17ca5..620591b165 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -344,7 +344,7 @@ class AuthHandler(BaseHandler):
                     medium, threepid['medium'],
                 ),
                 errcode=Codes.UNAUTHORIZED
-             )
+            )
 
         threepid['threepid_creds'] = authdict['threepid_creds']