@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function getOption(string $option, $default = null) |
| 40 | 40 | { |
| 41 | - return $this->environment->getConfig('renderer/' . $option, $default); |
|
| 41 | + return $this->environment->getConfig('renderer/'.$option, $default); |
|
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | /** |