Skip to content

Commit

Permalink
Merge pull request #1 from Leapsight/fix/alejandro-miguez.interval_sets
Browse files Browse the repository at this point in the history
Fix for interval_sets module
  • Loading branch information
alejandro-miguez authored Sep 23, 2024
2 parents 641bd36 + f77a449 commit 911c8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/interval_sets.erl
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ compact(L) ->


%% @private
compact([], _Acc) ->
[];
compact([E1|Es], Acc) ->
compact(Es, Acc, E1).

Expand Down
2 changes: 1 addition & 1 deletion src/utils.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, utils,
[{description, "An OTP library"},
{vsn, "1.3.7"},
{vsn, "1.3.8"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 911c8dc

Please sign in to comment.