Completed
Push — master ( 77c731...370418 )
by Song
03:01
created
src/Grid/Tools/TotalRow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      */
62 62
     public function render()
63 63
     {
64
-        $columns = $this->getGrid()->visibleColumns()->flatMap(function (Column $column) {
64
+        $columns = $this->getGrid()->visibleColumns()->flatMap(function(Column $column) {
65 65
             $name = $column->getName();
66 66
 
67 67
             $total = '';
Please login to merge, or discard this patch.