Fix indent
This commit is contained in:
parent
722b65f461
commit
4ad45f2582
|
@ -158,7 +158,7 @@ class SyncHandler(BaseHandler):
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def initial_sync_for_room(self, room_id, sync_config, now_token,
|
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
|
"""Sync a room for a client which is starting without any state
|
||||||
Returns:
|
Returns:
|
||||||
A Deferred RoomSyncResult.
|
A Deferred RoomSyncResult.
|
||||||
|
|
Loading…
Reference in New Issue