Skip to content

Commit 9dce5ba

Browse files
committed
format
1 parent a1aa976 commit 9dce5ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/language_server/test/markdown_utils_test.exs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,8 @@ defmodule ElixirLS.LanguageServer.MarkdownUtilsTest do
294294
end
295295

296296
test "extra page unknown app" do
297-
assert MarkdownUtils.transform_ex_doc_links(
298-
"[Up](e:unknown_app:foo.md)"
299-
) == "[Up](https://hexdocs.pm/unknown_app/foo.html)"
297+
assert MarkdownUtils.transform_ex_doc_links("[Up](e:unknown_app:foo.md)") ==
298+
"[Up](https://hexdocs.pm/unknown_app/foo.html)"
300299
end
301300

302301
if System.otp_release() |> String.to_integer() >= 27 do

0 commit comments

Comments
 (0)