@@ -37,7 +37,7 @@ |
||
| 37 | 37 | { |
| 38 | 38 | try { |
| 39 | 39 | $asset->getResource(); |
| 40 | - } catch(EntityNotFoundException $e) { |
|
| 40 | + } catch (EntityNotFoundException $e) { |
|
| 41 | 41 | return ''; |
| 42 | 42 | } |
| 43 | 43 | return $this->renderChildren(); |