mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
fix PEP8 violation
This commit is contained in:
parent
d02e43b15f
commit
6c6e197b0a
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ class RoomListHandler(BaseHandler):
|
|||
logger.info("After sorting and filtering, %i rooms remain",
|
||||
len(rooms_to_scan))
|
||||
|
||||
#bail if no rooms to work on
|
||||
# bail if no rooms to work on
|
||||
if len(rooms_to_scan) == 0:
|
||||
defer.returnValue([])
|
||||
|
||||
|
|
Loading…
Reference in a new issue