Skip to content

Commit a419a62

Browse files
committed
style(ruff): fix formatting
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent cac49bf commit a419a62

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

didcomm_messaging/legacy/crypto.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,7 @@ def sign_message_field(field_value: Dict, signer: str, secret: bytes) -> Dict:
160160
)
161161

162162
return {
163-
"@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec"
164-
"/signature/1.0/ed25519Sha512_single",
163+
"@type": "did:sov:BzCbsNYhMrjHiqZDTUASHg;spec/signature/1.0/ed25519Sha512_single",
165164
"signer": signer,
166165
"sig_data": sig_data,
167166
"signature": signature,

0 commit comments

Comments
 (0)