From acad74c25d9e3d94a75cbe0e816a24340a4c8791 Mon Sep 17 00:00:00 2001 From: Killer069 <65385476+killer069@users.noreply.github.com> Date: Sun, 7 Nov 2021 16:01:49 +0530 Subject: [PATCH] Space added after if --- play-dl/SoundCloud/classes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-dl/SoundCloud/classes.ts b/play-dl/SoundCloud/classes.ts index b524eed..7410086 100644 --- a/play-dl/SoundCloud/classes.ts +++ b/play-dl/SoundCloud/classes.ts @@ -264,7 +264,7 @@ export class Stream { this.cleanup(); return; } - if(this.time.length === 0 || this.segment_urls.length === 0) { + if (this.time.length === 0 || this.segment_urls.length === 0) { this.cleanup(); this.stream.push(null); return;