0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-02 16:05:23 +02:00

Fix indent

This commit is contained in:
Mark Haines 2015-01-29 16:41:49 +00:00
parent 722b65f461
commit 4ad45f2582

View file

@ -158,7 +158,7 @@ class SyncHandler(BaseHandler):
@defer.inlineCallbacks
def initial_sync_for_room(self, room_id, sync_config, now_token,
published_room_ids):
published_room_ids):
"""Sync a room for a client which is starting without any state
Returns:
A Deferred RoomSyncResult.