@@ -290,7 +290,7 @@ |
||
| 290 | 290 | $oneSize = $this->compOneLength; |
| 291 | 291 | $twoSize = $this->compTwoLength; |
| 292 | 292 | |
| 293 | - $out = ' ' . $this->compOne . PHP_EOL; |
|
| 293 | + $out = ' '.$this->compOne.PHP_EOL; |
|
| 294 | 294 | for ($y = 0; $y <= $twoSize; $y += 1) { |
| 295 | 295 | if ($y - 1 < 0) { |
| 296 | 296 | $out .= ' '; |