@@ -52,7 +52,7 @@ |
||
| 52 | 52 | ->setAttribute('is', $name) |
| 53 | 53 | ->setAttributes($attributes); |
| 54 | 54 | |
| 55 | - if($isInlineTemplate){ |
|
| 55 | + if ($isInlineTemplate) { |
|
| 56 | 56 | $component->setAttribute('inline-template'); |
| 57 | 57 | } |
| 58 | 58 | |