Space added after if

This commit is contained in:
Killer069
2021-11-07 16:01:49 +05:30
committed by GitHub
parent 77a0c022fa
commit acad74c25d

View File

@@ -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;