Add newline back in

pull/22/head
Erik Johnston 2014-12-10 10:26:12 +00:00
parent f26ec14b21
commit 08aceea82e
1 changed files with 1 additions and 0 deletions

View File

@ -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):