Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Oct 30, 2023
1 parent a6ed3e2 commit af65163
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/language_server/test/providers/formatting_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,10 @@ defmodule ElixirLS.LanguageServer.Providers.FormattingTest do
end

defp format(path, project_dir) do
project_dir = maybe_convert_path_separators(project_dir)
|> Path.absname()
project_dir =
maybe_convert_path_separators(project_dir)
|> Path.absname()

path = maybe_convert_path_separators("#{project_dir}/#{path}")

source_file = %SourceFile{
Expand Down

0 comments on commit af65163

Please sign in to comment.