Completed
Push — master ( bb54cf...008c99 )
by Sheldon
60:19 queued 41:14
created
app/Services/Tree/Tools.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.