@@ -330,7 +330,7 @@ discard block |
||
330 | 330 | 'order' => 'ASC' |
331 | 331 | ], isset($_GET['from']) ? $_GET['from'] : 0, isset($_GET['limit']) ? $_GET['limit'] : 100); |
332 | 332 | |
333 | - if (! empty($records)) { |
|
333 | + if (!empty($records)) { |
|
334 | 334 | $header = $this->listingHeader(); |
335 | 335 | |
336 | 336 | $items = $this->listingItems($records); |
@@ -352,7 +352,7 @@ discard block |
||
352 | 352 | { |
353 | 353 | $records = $this->listBuilderAdapter->all(); |
354 | 354 | |
355 | - if (! empty($records)) { |
|
355 | + if (!empty($records)) { |
|
356 | 356 | $header = $this->simpleListingHeader(); |
357 | 357 | |
358 | 358 | $items = $this->simpleListingItems($records); |