From a9a23be0d06a9c59e515b86a96322838eec78b28 Mon Sep 17 00:00:00 2001 From: jamshale Date: Wed, 3 Jul 2024 20:09:12 +0000 Subject: [PATCH] Fix file formatting Signed-off-by: jamshale --- aries_cloudagent/resolver/default/legacy_peer.py | 10 +++++----- aries_cloudagent/wallet/base.py | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/aries_cloudagent/resolver/default/legacy_peer.py b/aries_cloudagent/resolver/default/legacy_peer.py index 18a5919a4c..b421d18ce7 100644 --- a/aries_cloudagent/resolver/default/legacy_peer.py +++ b/aries_cloudagent/resolver/default/legacy_peer.py @@ -31,9 +31,9 @@ class LegacyDocCorrections: conventions. This also helps with consistent processing of DID Docs. Input example: - + :: - + { "@context": "https://w3id.org/did/v1", "id": "did:sov:JNKL9kJxQi5pNCfA8QBXdJ", @@ -66,9 +66,9 @@ class LegacyDocCorrections: } Output example: - + :: - + { "@context": "https://w3id.org/did/v1", "id": "did:sov:JNKL9kJxQi5pNCfA8QBXdJ", @@ -94,7 +94,7 @@ class LegacyDocCorrections: } ] } - + """ @staticmethod diff --git a/aries_cloudagent/wallet/base.py b/aries_cloudagent/wallet/base.py index 74b18f80ec..7def4e65f4 100644 --- a/aries_cloudagent/wallet/base.py +++ b/aries_cloudagent/wallet/base.py @@ -184,13 +184,13 @@ async def create_public_did( """Create and store a new public DID. This method creates a new public DID using the specified DID method and key type. - + The optional `seed` parameter can be used to provide a seed for the DID generation. - + If a `did` is provided, it will be used as the DID instead of generating a new one. - + The `metadata` parameter can be used to store additional metadata with the DID. Args: