Skip to content

Commit f6a017d

Browse files
author
José Valim
committed
Add missing ;
1 parent 0727eaf commit f6a017d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_erl.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ deprecated_chunk_from_beam(Module) ->
4747
case beam_lib:chunks(Beam, ["ExDp"]) of
4848
{ok, {Module, [{_, DeprecatedBin}]}} ->
4949
{elixir_deprecated_v1, Deprecated} = binary_to_term(DeprecatedBin),
50-
Deprecated
50+
Deprecated;
5151

5252
_ ->
5353
[]

0 commit comments

Comments
 (0)