Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed May 8, 2024
1 parent 9b1a1f4 commit 3200756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/language_server/lib/language_server/markdown_utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ defmodule ElixirLS.LanguageServer.MarkdownUtils do

defp get_metadata_entry_md({:defaults, _}), do: nil

defp get_metadata_entry_md({:delegate_to, {m, f, a}}) when is_atom(m) and is_atom(f) and is_integer(a) do
defp get_metadata_entry_md({:delegate_to, {m, f, a}})
when is_atom(m) and is_atom(f) and is_integer(a) do
"**Delegates to** #{inspect(m)}.#{f}/#{a}"
end

Expand Down

0 comments on commit 3200756

Please sign in to comment.