Skip to content

Commit

Permalink
Remove unnecessary whitespace in ListUtil.re
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Aug 19, 2024
1 parent 1cddc4e commit b93ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/ListUtil.re
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let are_duplicates = xs =>
Groups elements of a list by a specified key.
{b Note: The groups are not guaranteed to preserve the order of elements from the original list. }
@param key
The key function used to determine the grouping key.
Expand Down

0 comments on commit b93ba91

Please sign in to comment.