Completed
Push — master ( 896299...f5f581 )
by Jan
04:23
created
src/Services/Attachments/AttachmentManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,6 +173,6 @@
 block discarded – undo
173 173
 
174 174
         $sz = 'BKMGTP';
175 175
         $factor = (int) floor((strlen($bytes) - 1) / 3);
176
-        return sprintf("%.{$decimals}f", $bytes / 1024 ** $factor) . @$sz[$factor];
176
+        return sprintf("%.{$decimals}f", $bytes / 1024 ** $factor).@$sz[$factor];
177 177
     }
178 178
 }
179 179
\ No newline at end of file
Please login to merge, or discard this patch.