@@ -363,7 +363,7 @@ |
||
363 | 363 | $totalSizeAfter = 0; |
364 | 364 | usort( |
365 | 365 | $this->data, |
366 | - function ($a, $b) { |
|
366 | + function($a, $b) { |
|
367 | 367 | return $b['SizeBefore'] <=> $a['SizeBefore']; |
368 | 368 | } |
369 | 369 | ); |