Skip to content

Commit 0319ace

Browse files
Run formatter (#1392)
1 parent 91d0646 commit 0319ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ex_doc/language.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ defmodule ExDoc.Language do
134134
def get(:elixir, _module), do: {:ok, ExDoc.Language.Elixir}
135135
def get(:erlang, _module), do: {:ok, ExDoc.Language.Erlang}
136136

137-
def get(language, module) when is_atom(language) and is_atom(module) do
137+
def get(language, module) when is_atom(language) and is_atom(module) do
138138
IO.warn(
139139
"skipping module #{module}, reason: unsupported language (#{language})",
140140
[]

0 commit comments

Comments
 (0)