Skip to content

Commit

Permalink
[#22] Fix Dialyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoaloi committed Aug 6, 2019
1 parent ae6304d commit 8abf59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erlang_ls_code_navigation.erl
Expand Up @@ -151,7 +151,7 @@ find(AnnotatedTree, Thing) ->
{error, not_found}
end.

-spec search_in_includes([erlang_ls_poi:poi()], [string()], string()) ->
-spec search_in_includes([erlang_ls_poi:poi()], [string()], any()) ->
{ok, binary(), erlang_ls_poi:range()} | {error, any()}.
search_in_includes([], _Path, _Thing) ->
{error, not_found};
Expand Down

0 comments on commit 8abf59f

Please sign in to comment.