Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c0ca310

Browse files
committed
Fix formatting
1 parent bc9ca1f commit c0ca310

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

synapse/handlers/room.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,12 @@ async def create_room(
881881
# override any attempt to set room versions via the creation_content
882882
creation_content["room_version"] = room_version.identifier
883883

884-
last_stream_id, last_sent_event_id, state_event_ids, depth = await self._send_events_for_new_room(
884+
(
885+
last_stream_id,
886+
last_sent_event_id,
887+
state_event_ids,
888+
depth,
889+
) = await self._send_events_for_new_room(
885890
requester,
886891
room_id,
887892
preset_config=preset_config,

0 commit comments

Comments
 (0)