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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ export class Stream {
this.cleanup(); this.cleanup();
return; return;
} }
if(this.time.length === 0 || this.segment_urls.length === 0) { if (this.time.length === 0 || this.segment_urls.length === 0) {
this.cleanup(); this.cleanup();
this.stream.push(null); this.stream.push(null);
return; return;