Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Dec 9, 2024
1 parent 4370c3b commit 64e6efa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/document/did.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ const (
StateType = "Iden3StateInfo2023"
Iden3ResolutionMetadataType = "Iden3ResolutionMetadata"
EcdsaSecp256k1RecoveryMethod2020Type = "EcdsaSecp256k1RecoveryMethod2020"
TezosMethod2021Type = "TezosMethod2021"

TezosMethod2021Type = "TezosMethod2021"

DefaultDidDocContext = "https://www.w3.org/ns/did/v1"

DefaultDidDocContext = "https://www.w3.org/ns/did/v1"
BlockchainAccountIDContext = "https://w3id.org/security#blockchainAccountId"
EcdsaSecp256k1RecoveryMethod2020Context = "https://identity.foundation/EcdsaSecp256k1RecoverySignature2020#EcdsaSecp256k1RecoveryMethod2020"
TezosMethod2021Context = "https://w3id.org/security#TezosMethod2021"
Expand Down

0 comments on commit 64e6efa

Please sign in to comment.