mostly whitespace

This commit is contained in:
Tamius Han 2022-08-08 23:16:55 +02:00
parent e0fe4c7103
commit c12a04b55f

View File

@ -174,7 +174,7 @@ class Resizer {
this.conf.videoUnloaded(); this.conf.videoUnloaded();
} }
this.logger.log('info', 'debug', '[Resizer::setAr] <rid:'+this.resizerId+'> trying to set ar. New ar:', ar); this.logger.log('info', 'debug', '%c[Resizer::setAr] <rid:'+this.resizerId+'> trying to set ar. New ar:', 'background-color: #4c3a2f, color: #ffa349', ar);
if (ar == null) { if (ar == null) {
return; return;