@@ -172,7 +172,7 @@ |
||
172 | 172 | */ |
173 | 173 | private function sortReps(array &$reps): void |
174 | 174 | { |
175 | - usort($reps, function (Representation $rep1, Representation $rep2) { |
|
175 | + usort($reps, function(Representation $rep1, Representation $rep2) { |
|
176 | 176 | $ascending = $rep1->getKiloBitrate() > $rep2->getKiloBitrate(); |
177 | 177 | return $this->sort === "asc" ? $ascending : !$ascending; |
178 | 178 | }); |