0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 12:48:49 +02:00

fix PEP8 violation

This commit is contained in:
Neil Johnson 2018-01-25 23:47:46 +00:00
parent d02e43b15f
commit 6c6e197b0a

View file

@ -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([])