Skip to content

Commit

Permalink
fix: add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
yagogarea authored Jun 17, 2024
1 parent 21e15d9 commit ec65ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/05-algoritmos-de-ordenacion/src/sorting.erl
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ mergesort(_NotAList) ->
lsize([]) ->
0;
lsize([_|T]) ->
1 + lsize(T).
1 + lsize(T).

0 comments on commit ec65ced

Please sign in to comment.