Skip to content

Commit 7e69abe

Browse files
committed
Up
1 parent a9e92e8 commit 7e69abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_parser.yrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ extract_identifier({Kind, _, Identifier}) when
906906
build_nested_parens(Dot, Args1, {Args2Meta, Args2}, {BlockMeta, Block}) ->
907907
Identifier = build_parens(Dot, Args1, {[], []}),
908908
%% Take line and column meta from the call target node
909-
LocationMeta = lists:filter(fun({Key, _}) -> Key == line orelse Key == column end, ?meta(Identifier))
909+
LocationMeta = lists:filter(fun({Key, _}) -> Key == line orelse Key == column end, ?meta(Identifier)),
910910
Meta = BlockMeta ++ Args2Meta ++ LocationMeta,
911911
{Identifier, Meta, append_non_empty(Args2, Block)}.
912912

0 commit comments

Comments
 (0)