Completed
Push — master ( 0f768a...dadc2f )
by Alex
03:11
created
Mezon/Gui/ListBuilder/Simple.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     {
128 128
         $records = $this->getListBuilderAdapter()->all();
129 129
 
130
-        if (! empty($records)) {
130
+        if (!empty($records)) {
131 131
             $header = $this->simpleListingHeader();
132 132
 
133 133
             $items = $this->simpleListingItems($records);
Please login to merge, or discard this patch.