Skip to content

Commit

Permalink
mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 8, 2021
1 parent c7b117b commit 94cf404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_doc/language/erlang.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defmodule ExDoc.Language.Erlang do
# TODO: Edoc on Erlang/OTP24.1+ includes private functions in
# the chunk, so we manually yank them out for now.
if kind == :function and doc_content != :hidden and
function_exported?(module_data.module, name, arity) do
function_exported?(module_data.module, name, arity) do
function_data(name, arity, doc_content, module_data)
else
:skip
Expand Down

0 comments on commit 94cf404

Please sign in to comment.