From f218a2cef939f39ed8cf5ee7fdef693115c685ec Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 19 Jan 2026 01:29:40 -0300 Subject: [PATCH] style: run format:apply --- src/modules/audioStreams.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/audioStreams.ts b/src/modules/audioStreams.ts index 3b49c70..5bf1ed9 100644 --- a/src/modules/audioStreams.ts +++ b/src/modules/audioStreams.ts @@ -80,7 +80,6 @@ export class MixedStream { autoClose: false, generateSilence: false }); - } public getQueue(name: string): StreamQueue { @@ -96,8 +95,8 @@ export class MixedStream { completion: Promise; stop: () => void; } { - let stopCallback: () => void = () => { }; - const completion = new Promise((resolve) => { + let stopCallback: () => void = () => {}; + const completion = new Promise((resolve) => { if (this.player.state.status === AudioPlayerStatus.Idle) { this.setupPipeline(); }