summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-13 20:53:38 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-14 02:14:15 +0100
commitaebe5ce08a01fb8067e7354434572a93e88256ec (patch)
treecf3a6c059566f2df02eecfbe314ca569f3da4070 /synapse/api
parentConsistent capitalisation of 'Matrix' as a proper noun in README; 80 col wrap (diff)
downloadsynapse-aebe5ce08a01fb8067e7354434572a93e88256ec.tar.xz
fix whitespace
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/auth.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 84bc0398fd..8d2ba242e1 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 """This module contains classes for authenticating the user."""
+
 from twisted.internet import defer
 
 from synapse.api.constants import Membership