@@ -62,7 +62,7 @@ |
||
62 | 62 | */ |
63 | 63 | public function render() |
64 | 64 | { |
65 | - return $this->tools->map(function ($tool) { |
|
65 | + return $this->tools->map(function($tool) { |
|
66 | 66 | if ($tool instanceof Renderable) { |
67 | 67 | return $tool->render(); |
68 | 68 | } |