From 08aceea82e834119a0152198edef738d8350cba1 Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Wed, 10 Dec 2014 10:26:12 +0000
Subject: [PATCH] Add newline back in

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

diff --git a/tests/handlers/test_typing.py b/tests/handlers/test_typing.py
index 7b390e4346..7e6ed9a42f 100644
--- a/tests/handlers/test_typing.py
+++ b/tests/handlers/test_typing.py
@@ -51,6 +51,7 @@ class JustTypingNotificationHandlers(object):
     def __init__(self, hs):
         self.typing_notification_handler = TypingNotificationHandler(hs)
 
+
 class TypingNotificationsTestCase(unittest.TestCase):
     """Tests typing notifications to rooms."""
     def setUp(self):
-- 
GitLab