Skip to content

Commit eb38e5c

Browse files
committed
chore(ruff): fmt
1 parent 594f824 commit eb38e5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

livekit-api/livekit/api/room_service.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ async def move_participant(self, move: MoveParticipantRequest) -> None:
243243
move,
244244
self._auth_header(
245245
VideoGrants(
246-
room_admin=True, room=move.room, destination_room=move.destination_room,
246+
room_admin=True,
247+
room=move.room,
248+
destination_room=move.destination_room,
247249
)
248250
),
249251
MoveParticipantResponse,

0 commit comments

Comments
 (0)