From a11f7c17af033078a5c434a03e40efe962a18448 Mon Sep 17 00:00:00 2001 From: Andres Uribe Gonzalez Date: Wed, 13 Dec 2023 17:46:46 -0500 Subject: [PATCH] lint --- web5-test-vectors/credentials/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/web5-test-vectors/credentials/README.md b/web5-test-vectors/credentials/README.md index 6d91685..54e068b 100644 --- a/web5-test-vectors/credentials/README.md +++ b/web5-test-vectors/credentials/README.md @@ -27,8 +27,11 @@ the `signerPrivateJwk` private key. ### Reference implementations The reference implementations for: -* `create_success` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L244). -* `create_failure` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L285). + +* `create_success` can be + found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L244). +* `create_failure` can be + found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L285). ## `verify` @@ -47,5 +50,8 @@ Output is empty, signalling that no exception nor errors should be thrown for su ### Reference implementations The reference implementations for: -* `verify_success` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L261). -* `verify_failure` can be found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L273). \ No newline at end of file + +* `verify_success` can be + found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L261). +* `verify_failure` can be + found [here](https://github.com/TBD54566975/web5-kt/blob/466e8d8ca9771ae3a98767e5a4a79ac7b1e7a5d8/credentials/src/test/kotlin/web5/sdk/credentials/VerifiableCredentialTest.kt#L273). \ No newline at end of file