Skip to content

Commit 1fed203

Browse files
committed
fix formatter
1 parent c211861 commit 1fed203

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/elixir/lib/exception.ex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,8 +1997,10 @@ defmodule Protocol.UndefinedError do
19971997

19981998
@impl true
19991999
def message(%{protocol: protocol, value: value, description: description}) do
2000-
"protocol #{inspect(protocol)} not implemented for type " <> value_type(value) <>
2001-
maybe_description(description) <> maybe_available(protocol) <>
2000+
"protocol #{inspect(protocol)} not implemented for type " <>
2001+
value_type(value) <>
2002+
maybe_description(description) <>
2003+
maybe_available(protocol) <>
20022004
"\n\nGot value: #{inspect(value, pretty: true)}"
20032005
end
20042006

0 commit comments

Comments
 (0)