Skip to content

Commit 758060a

Browse files
committed
intendation
1 parent 0fa62f9 commit 758060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/data_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ async def write(self, data: bytes):
314314
chunk_index=self._next_chunk_index,
315315
content=chunk,
316316
)
317-
await self._send_chunk(chunk_msg)
317+
await self._send_chunk(chunk_msg)
318318

319319
@property
320320
def info(self) -> FileStreamInfo:

0 commit comments

Comments
 (0)