Docs were missing final brace (#3551)

This commit is contained in:
Joel Dudley 2018-07-12 17:48:09 +01:00 committed by GitHub
parent df84dd5a33
commit 2db5e0e158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,5 +40,5 @@ class DummyContractV2 : UpgradedContractWithLegacyConstraint<DummyContract.State
override fun verify(tx: LedgerTransaction) {
// Other verifications.
}
// DOCEND 1
}
// DOCEND 1