summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-10 10:26:12 +0000
committerErik Johnston <erik@matrix.org>2014-12-10 10:26:12 +0000
commit08aceea82e834119a0152198edef738d8350cba1 (patch)
treecb2bf53c052fb8f609cf22a7dcce76cde207c56e /tests/handlers
parentRemove whitespace (diff)
downloadsynapse-08aceea82e834119a0152198edef738d8350cba1.tar.xz
Add newline back in
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_typing.py1
1 files changed, 1 insertions, 0 deletions
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):