Completed
Push — master ( 305e7f...cf4d2d )
by Luca
03:23 queued 01:48
created
src/Filter/VideoResultFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
                         $outVideos[$formatFound] = $video['url'];
45 45
                     }
46 46
 
47
-                    if($selectedFormats != []) {
47
+                    if ($selectedFormats != []) {
48 48
                         foreach ($selectedFormats as $selectedFormat) {
49 49
                             if (array_key_exists($selectedFormat, $outVideos)) {
50 50
                                 return [$selectedFormat => $outVideos[$selectedFormat]];
Please login to merge, or discard this patch.