Skip to content

Commit 46dfc9c

Browse files
committed
run formatter
1 parent 310a38f commit 46dfc9c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apps/elixir_ls_debugger/mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
defmodule ElixirLS.Debugger.Mixfile do
22
use Mix.Project
33

4-
@version (__DIR__
5-
|> Path.join("../../VERSION")
6-
|> File.read!()
7-
|> String.trim())
4+
@version __DIR__
5+
|> Path.join("../../VERSION")
6+
|> File.read!()
7+
|> String.trim()
88

99
def project do
1010
[

apps/elixir_ls_utils/mix.exs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
defmodule ElixirLS.Utils.Mixfile do
22
use Mix.Project
33

4-
@version (__DIR__
5-
|> Path.join("../../VERSION")
6-
|> File.read!()
7-
|> String.trim())
4+
@version __DIR__
5+
|> Path.join("../../VERSION")
6+
|> File.read!()
7+
|> String.trim()
88

99
def project do
1010
[

0 commit comments

Comments
 (0)