Completed
Push — master ( c6a049...7f7ede )
by Song
03:29
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()->columns()->flatMap(function (Column $column) {
64
+        $columns = $this->getGrid()->columns()->flatMap(function(Column $column) {
65 65
 
66 66
             $name = $column->getName();
67 67
 
Please login to merge, or discard this patch.