Skip to content

Commit

Permalink
Update code-style 💻
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 2, 2023
1 parent 3f39d59 commit 41c974d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sorter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected static function orderGroups(IC $items, array $order): IC
if ($items->has($key)) {
$result->put($key, $items->get($key));
}
};
}

return $result;
}
Expand Down

0 comments on commit 41c974d

Please sign in to comment.