Skip to content

Commit

Permalink
typelevel#322 adding newline to force rebuild of hanging job
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofvrolijkx committed Sep 13, 2019
1 parent cb7c013 commit fb43a8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/src/main/scala/squants/market/Money.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit fb43a8a

Please sign in to comment.