From f26ec14b2167a2a52e30f3e6d52f50cbb5cdbf52 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Wed, 10 Dec 2014 10:25:21 +0000
Subject: [PATCH] Remove whitespace

---
 tests/handlers/test_typing.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index 2f170ac3bf..7b390e4346 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -167,7 +167,7 @@ class TypingNotificationsTestCase(unittest.TestCase):
     @defer.inlineCallbacks
     def test_started_typing_remote_send(self):
         self.room_members = [self.u_apple, self.u_onion]
-        
+
         put_json = self.mock_http_client.put_json
         put_json.expect_call_and_return(
             call("farm",
-- 
GitLab