Skip to content

Commit 723627c

Browse files
committed
format
1 parent 7a3e04b commit 723627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/livekit/rtc/audio_mixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ async def _get_contribution(
197197
np.concatenate((buf, pad), axis=0),
198198
np.empty((0, self._num_channels), dtype=np.int16),
199199
)
200-
return _Contribution(stream, contrib, buf, had_data, exhausted)
200+
return _Contribution(stream, contrib, buf, had_data, exhausted)

0 commit comments

Comments
 (0)