@@ -114,7 +114,7 @@ |
||
| 114 | 114 | } |
| 115 | 115 | $this->output->progressFinish(); |
| 116 | 116 | |
| 117 | - $this->output->write((memory_get_peak_usage(true) / 1024 / 1024) . " MiB", false); |
|
| 117 | + $this->output->write((memory_get_peak_usage(true) / 1024 / 1024)." MiB", false); |
|
| 118 | 118 | } |
| 119 | 119 | |
| 120 | 120 | /** |