Completed
Push — master ( 6ed074...69a7c6 )
by Song
02:23
created
src/Widgets/Navbar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
             $this->right(new RefreshButton());
76 76
         }
77 77
 
78
-        return $this->elements[$part]->map(function ($element) {
78
+        return $this->elements[$part]->map(function($element) {
79 79
             if ($element instanceof Htmlable) {
80 80
                 return $element->toHtml();
81 81
             }
Please login to merge, or discard this patch.