Skip to content

Commit

Permalink
UHF-9962: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Jun 3, 2024
1 parent 91faa24 commit 7b662b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function getRecommendations(EntityInterface $node): array {
if (!$results || !is_array($results)) {
return $response;
}

usort($results, function ($a, $b) {
if ($a->created == $b->created) {
return 0;
Expand Down

0 comments on commit 7b662b8

Please sign in to comment.