diff options
author | Neil Johnson <neil@fragile.org.uk> | 2018-01-25 23:29:46 +0000 |
---|---|---|
committer | Neil Johnson <neil@fragile.org.uk> | 2018-01-25 23:29:46 +0000 |
commit | d02e43b15f6b9b24ffe5e0c0d696f8fd71fc8af3 (patch) | |
tree | b85505f89c8b1b288bcdded8f28ba173ad588910 /synapse/handlers | |
parent | synapse 500s on a call to publicRooms in the case where the number of public ... (diff) | |
download | synapse-d02e43b15f6b9b24ffe5e0c0d696f8fd71fc8af3.tar.xz |
remove white space
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/room_list.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/room_list.py b/synapse/handlers/room_list.py index ae5db4d2c5..9f8173644a 100644 --- a/synapse/handlers/room_list.py +++ b/synapse/handlers/room_list.py @@ -190,7 +190,6 @@ class RoomListHandler(BaseHandler): if len(rooms_to_scan) == 0: defer.returnValue([]) - # _append_room_entry_to_chunk will append to chunk but will stop if # len(chunk) > limit # |