Remove superfluous semicolon

This commit is contained in:
Ross Nicoll
2016-04-29 14:00:45 +01:00
parent 2d4c83556e
commit c6fab1c642

View File

@ -43,7 +43,7 @@ class Cash : Contract {
* to evolve without requiring code changes. But creates a risk that users create objects governed by a program * to evolve without requiring code changes. But creates a risk that users create objects governed by a program
* that is inconsistent with the legal contract * that is inconsistent with the legal contract
*/ */
override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html"); override val legalContractReference: SecureHash = SecureHash.sha256("https://www.big-book-of-banking-law.gov/cash-claims.html")
/** A state representing a cash claim against some party */ /** A state representing a cash claim against some party */
data class State( data class State(