Skip to content

Commit

Permalink
WID-522 - Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Jan 8, 2024
1 parent 70784bc commit 0a8ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widget/Twig/TwigPreprocessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ private function getFacetOptions($facetItems, $activeValue, $preferredLanguage,

if ($isRegionType) {
usort(
$options,
$options,
function ($a, $b) {
return $a['name'] <=> $b['name'];
}
Expand Down

0 comments on commit 0a8ee98

Please sign in to comment.