Completed
Push — master ( d67ef5...8464fb )
by Song
02:19
created
src/Grid/Tools/ColumnSelector.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
         $this->setupScript();
43 43
 
44
-        $lists = $columns->map(function ($val, $key) use ($show) {
44
+        $lists = $columns->map(function($val, $key) use ($show) {
45 45
             if (empty($show)) {
46 46
                 $checked = 'checked';
47 47
             } else {
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
      */
93 93
     protected function getGridColumns()
94 94
     {
95
-        return $this->grid->columns()->map(function (Grid\Column $column) {
95
+        return $this->grid->columns()->map(function(Grid\Column $column) {
96 96
             $name = $column->getName();
97 97
 
98 98
             if (in_array($name, ['__row_selector__', '__actions__'])) {
Please login to merge, or discard this patch.