@@ -98,7 +98,7 @@ |
||
| 98 | 98 | throw new BadMethodCallException($message); |
| 99 | 99 | } |
| 100 | 100 | $mapping = $this->getMapping(); |
| 101 | - $context = ['target' => $target,]; |
|
| 101 | + $context = ['target' => $target, ]; |
|
| 102 | 102 | $this->logger->debug('Creating tile generator for {target}', $context); |
| 103 | 103 | return new DefaultGenerator( |
| 104 | 104 | $this->imageManager, |