Skip to content

Commit

Permalink
require Cldr.Macros
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jan 27, 2020
1 parent e634515 commit 5e8bd3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/money/backend.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ defmodule Money.Backend do
defdelegate known_historic_currencies, to: :"Elixir.Money"
defdelegate known_tender_currencies, to: :"Elixir.Money"

require Cldr.Macros

@doc """
Returns a %:'Elixir.Money'{} struct from a currency code and a currency amount or
an error tuple of the form `{:error, {exception, message}}`.
Expand Down

0 comments on commit 5e8bd3a

Please sign in to comment.