Skip to content

Commit 623ac03

Browse files
committed
mix format
1 parent a9284d5 commit 623ac03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/ex_doc/retriever.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ defmodule ExDoc.Retriever do
105105

106106
# TODO: The default function groups must be returned by the language
107107
groups_for_functions =
108-
config.groups_for_functions ++ [Callbacks: & &1[:__doc__] == :callback, Functions: fn _ -> true end]
108+
config.groups_for_functions ++
109+
[Callbacks: &(&1[:__doc__] == :callback), Functions: fn _ -> true end]
109110

110111
docs_groups = Enum.map(groups_for_functions, &elem(&1, 0))
111112
function_docs = get_docs(module_data, source, groups_for_functions)

0 commit comments

Comments
 (0)