diff --git a/shared/src/main/scala/squants/market/Money.scala b/shared/src/main/scala/squants/market/Money.scala index cc4b61ec..0e04fe2a 100644 --- a/shared/src/main/scala/squants/market/Money.scala +++ b/shared/src/main/scala/squants/market/Money.scala @@ -343,6 +343,7 @@ final class Money private (val amount: BigDecimal)(val currency: Currency) case this.currency ⇒ throw new IllegalArgumentException("Can not create Exchange Rate on matching currencies") case _ ⇒ CurrencyExchangeRate(that, this) } + /** * toThe */