Passed
Push — master ( 06b5e4...27aa0e )
by Eric
01:37
created
src/Bench.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
         do {
183 183
             ++$unit;
184 184
             $size /= $mod;
185
-        } while($size > $mod);
185
+        } while ($size > $mod);
186 186
 
187 187
         return sprintf($format, round($size, $round), $units[$unit]);
188 188
     }
Please login to merge, or discard this patch.