Skip to content

Commit

Permalink
Merge pull request #2 from rubas/patch-1
Browse files Browse the repository at this point in the history
Fix ambiguity warning
  • Loading branch information
kipcole9 authored Sep 29, 2023
2 parents a8b3554 + 0f0c4a2 commit 834cfe4
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 834cfe4

Please sign in to comment.