We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310a38f commit 46dfc9cCopy full SHA for 46dfc9c
apps/elixir_ls_debugger/mix.exs
@@ -1,10 +1,10 @@
1
defmodule ElixirLS.Debugger.Mixfile do
2
use Mix.Project
3
4
- @version (__DIR__
5
- |> Path.join("../../VERSION")
6
- |> File.read!()
7
- |> String.trim())
+ @version __DIR__
+ |> Path.join("../../VERSION")
+ |> File.read!()
+ |> String.trim()
8
9
def project do
10
[
apps/elixir_ls_utils/mix.exs
defmodule ElixirLS.Utils.Mixfile do
0 commit comments