summary refs log tree commit diff
diff options
context:
space:
mode:
authorNeil Johnson <neil@fragile.org.uk>2018-01-25 23:29:46 +0000
committerNeil Johnson <neil@fragile.org.uk>2018-01-25 23:29:46 +0000
commitd02e43b15f6b9b24ffe5e0c0d696f8fd71fc8af3 (patch)
treeb85505f89c8b1b288bcdded8f28ba173ad588910
parentsynapse 500s on a call to publicRooms in the case where the number of public ... (diff)
downloadsynapse-d02e43b15f6b9b24ffe5e0c0d696f8fd71fc8af3.tar.xz
remove white space
-rw-r--r--synapse/handlers/room_list.py1
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
         #