From aebe5ce08a01fb8067e7354434572a93e88256ec Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Wed, 13 Aug 2014 20:53:38 +0100
Subject: [PATCH] fix whitespace

---
 synapse/api/auth.py | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab