mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-18 12:30:19 -04: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",
|
logger.info("After sorting and filtering, %i rooms remain",
|
||||||
len(rooms_to_scan))
|
len(rooms_to_scan))
|
||||||
|
|
||||||
#bail if no rooms to work on
|
# bail if no rooms to work on
|
||||||
if len(rooms_to_scan) == 0:
|
if len(rooms_to_scan) == 0:
|
||||||
defer.returnValue([])
|
defer.returnValue([])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue