Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldak committed May 22, 2023
1 parent f455dfa commit 83c08e6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
5 changes: 4 additions & 1 deletion apps/elixir_ls_debugger/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ defmodule ElixirLS.Debugger.Mixfile do
github: "elixir-lsp/elixir_sense", ref: "71efd1e2efbac43e6c98c525cc879ddd747ac62e"},
{:elixir_ls_utils, in_umbrella: true},
{:jason_v, github: "elixir-lsp/jason", ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"},
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", ref: "896fa45817c6a1be8ec408577c88ab52c27f6851", runtime: false}
{:dialyxir_vendored,
github: "elixir-lsp/dialyxir",
ref: "896fa45817c6a1be8ec408577c88ab52c27f6851",
runtime: false}
]
end
end
5 changes: 4 additions & 1 deletion apps/elixir_ls_utils/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ defmodule ElixirLS.Utils.Mixfile do
[
{:jason_v, github: "elixir-lsp/jason", ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"},
{:mix_task_archive_deps, github: "elixir-lsp/mix_task_archive_deps"},
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", ref: "896fa45817c6a1be8ec408577c88ab52c27f6851", runtime: false}
{:dialyxir_vendored,
github: "elixir-lsp/dialyxir",
ref: "896fa45817c6a1be8ec408577c88ab52c27f6851",
runtime: false}
]
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
defmodule ElixirLS.LanguageServer.Experimental.LanguageServer do

require Logger

@type uri :: String.t()
Expand Down
5 changes: 4 additions & 1 deletion apps/language_server/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ defmodule ElixirLS.LanguageServer.Mixfile do
github: "elixir-lsp/elixir_sense", ref: "71efd1e2efbac43e6c98c525cc879ddd747ac62e"},
{:erl2ex, github: "dazuma/erl2ex"},
{:sourceror, "0.11.2"},
{:dialyxir_vendored, github: "elixir-lsp/dialyxir", ref: "896fa45817c6a1be8ec408577c88ab52c27f6851", runtime: false},
{:dialyxir_vendored,
github: "elixir-lsp/dialyxir",
ref: "896fa45817c6a1be8ec408577c88ab52c27f6851",
runtime: false},
{:jason_v, github: "elixir-lsp/jason", ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"},
{:stream_data, "~> 0.5", only: [:dev, :test], runtime: false},
{:path_glob_vendored, github: "elixir-lsp/path_glob", branch: "vendored"},
Expand Down

0 comments on commit 83c08e6

Please sign in to comment.