Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Apr 21, 2023
1 parent 310a38f commit 46dfc9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions apps/elixir_ls_debugger/mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
defmodule ElixirLS.Debugger.Mixfile do
use Mix.Project

@version (__DIR__
|> Path.join("../../VERSION")
|> File.read!()
|> String.trim())
@version __DIR__
|> Path.join("../../VERSION")
|> File.read!()
|> String.trim()

def project do
[
Expand Down
8 changes: 4 additions & 4 deletions apps/elixir_ls_utils/mix.exs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
defmodule ElixirLS.Utils.Mixfile do
use Mix.Project

@version (__DIR__
|> Path.join("../../VERSION")
|> File.read!()
|> String.trim())
@version __DIR__
|> Path.join("../../VERSION")
|> File.read!()
|> String.trim()

def project do
[
Expand Down

0 comments on commit 46dfc9c

Please sign in to comment.