@@ -281,7 +281,7 @@ |
||
281 | 281 | $this->setupMatrix(); |
282 | 282 | } |
283 | 283 | |
284 | - $out = ' ' . $this->compOne . PHP_EOL; |
|
284 | + $out = ' '.$this->compOne.PHP_EOL; |
|
285 | 285 | for ($y = 0; $y <= $this->compTwoLength; $y += 1) { |
286 | 286 | if ($y - 1 < 0) { |
287 | 287 | $out .= ' '; |