Skip to content

Commit

Permalink
make function private
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Jun 2, 2022
1 parent c100485 commit 27443d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/lib/language_server/build.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ defmodule ElixirLS.LanguageServer.Build do
# it was added in https://github.com/elixir-lsp/elixir-ls/pull/227
# removing it doesn't break tests and I'm not able to reproduce
# https://github.com/elixir-lsp/elixir-ls/issues/209 on recent elixir (1.13)
def load_all_mix_applications do
defp load_all_mix_applications do
apps =
cond do
Mix.Project.umbrella?() ->
Expand Down

0 comments on commit 27443d4

Please sign in to comment.