Skip to content

Commit

Permalink
Fix file formatting
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Jul 3, 2024
1 parent 4874a30 commit a9a23be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions aries_cloudagent/resolver/default/legacy_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -66,9 +66,9 @@ class LegacyDocCorrections:
}
Output example:
::
{
"@context": "https://w3id.org/did/v1",
"id": "did:sov:JNKL9kJxQi5pNCfA8QBXdJ",
Expand All @@ -94,7 +94,7 @@ class LegacyDocCorrections:
}
]
}
"""

@staticmethod
Expand Down
6 changes: 3 additions & 3 deletions aries_cloudagent/wallet/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a9a23be

Please sign in to comment.