Skip to content

Commit ab2c3dd

Browse files
author
José Valim
committed
Run the formatter
1 parent a74d398 commit ab2c3dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/ex_doc/formatter/html/autolink.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,10 +521,13 @@ defmodule ExDoc.Formatter.HTML.Autolink do
521521

522522
defp default_text(_, :custom, _, text),
523523
do: text
524+
524525
defp default_text(_, _, {_, "", fun, arity}, _text),
525526
do: "`#{fun}/#{arity}`"
527+
526528
defp default_text(prefix, _, {_, module, "", ""}, _text),
527529
do: "`#{prefix}#{module}`"
530+
528531
defp default_text(prefix, _, {_, module, fun, arity}, _text),
529532
do: "`#{prefix}#{module}.#{fun}/#{arity}`"
530533

0 commit comments

Comments
 (0)