firewall: whitespace fix

This commit is contained in:
Franco Fichtner 2021-03-14 20:22:38 +01:00
parent cb0fbf440c
commit 7d0b4b539b

View File

@ -141,7 +141,7 @@ class AliasUtilController extends ApiControllerBase
array_multisort(array_column($formatted_full, $sortcolumn), $sort_order == 'asc' ? SORT_ASC : SORT_DESC, $formatted_full);
}
}
$formatted = array_slice($formatted_full, $offset, $itemsPerPage > 0 ? $itemsPerPage : null);
return [