Skip to content

Commit af65163

Browse files
committed
format
1 parent a6ed3e2 commit af65163

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/language_server/test/providers/formatting_test.exs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,10 @@ defmodule ElixirLS.LanguageServer.Providers.FormattingTest do
529529
end
530530

531531
defp format(path, project_dir) do
532-
project_dir = maybe_convert_path_separators(project_dir)
533-
|> Path.absname()
532+
project_dir =
533+
maybe_convert_path_separators(project_dir)
534+
|> Path.absname()
535+
534536
path = maybe_convert_path_separators("#{project_dir}/#{path}")
535537

536538
source_file = %SourceFile{

0 commit comments

Comments
 (0)