Skip to content

Commit 2c71ecc

Browse files
authored
Update lib/elixir/lib/calendar.ex
1 parent 3f6d40c commit 2c71ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/calendar.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ defmodule Calendar do
977977
defp apply_format(term, formatter, datetime) when is_function(formatter, 2) do
978978
formatter.(term, datetime)
979979
end
980-
980+
981981
defp apply_format(_term, formatter, _datetime) do
982982
raise ArgumentError, "formatter functions must be of arity 1 or 2, got: #{inspect(formatter)}"
983983
end

0 commit comments

Comments
 (0)