Completed
Push — master ( b18a8b...bb54cf )
by Sheldon
45:47 queued 27:59
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.