Skip to content

Commit

Permalink
Fix Warning for amiguity
Browse files Browse the repository at this point in the history
  • Loading branch information
rubas authored Sep 29, 2023
1 parent a8b3554 commit 0f0c4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cldr_strftime.ex
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ defmodule Cldr.Strftime do
end

defp unwrap_ok!({:ok, term}), do: term
defp unwrap_ok!({:error, {exception, message}}), do: raise exception, message
defp unwrap_ok!({:error, {exception, message}}), do: raise(exception, message)
end

0 comments on commit 0f0c4a2

Please sign in to comment.