Skip to content

Commit

Permalink
chore: fix and fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Pat Losoponkul <[email protected]>
  • Loading branch information
Pat Losoponkul committed Sep 10, 2024
1 parent 85bbb15 commit f9d6880
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import org.hyperledger.identus.pollux.prex.PresentationSubmissionError.{
ClaimNotSatisfyInputConstraint,
InvalidDataTypeForClaimFormat,
InvalidJsonPath,
InvalidNestedPathDescriptorId,
InvalidSubmissionId,
JsonPathNotFound,
SubmissionNotSatisfyInputDescriptors
}
import org.hyperledger.identus.pollux.prex.PresentationSubmissionError.InvalidNestedPathDescriptorId
import org.hyperledger.identus.pollux.vc.jwt.{JWT, JwtCredential, JwtPresentation}
import org.hyperledger.identus.pollux.vc.jwt.CredentialPayload.Implicits.*
import org.hyperledger.identus.pollux.vc.jwt.PresentationPayload.Implicits.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ package org.hyperledger.identus.pollux.prex
import io.circe.*
import io.circe.parser.*
import org.hyperledger.identus.pollux.prex.PresentationSubmissionError.{
ClaimFormatVerificationFailure,
ClaimNotSatisfyInputConstraint,
InvalidNestedPathDescriptorId,
InvalidSubmissionId,
SubmissionNotSatisfyInputDescriptors
}
import org.hyperledger.identus.pollux.prex.PresentationSubmissionError.ClaimFormatVerificationFailure
import org.hyperledger.identus.pollux.prex.PresentationSubmissionError.ClaimNotSatisfyInputConstraint
import org.hyperledger.identus.pollux.vc.jwt.{
DID,
ES256KSigner,
Issuer,
JWT,
JwtCredential,
JwtCredentialPayload,
JwtVc
JwtPresentation,
JwtPresentationPayload,
JwtVc,
JwtVerifiableCredentialPayload,
JwtVp,
VerifiableCredentialPayload
}
import org.hyperledger.identus.pollux.vc.jwt.JwtPresentation
import org.hyperledger.identus.pollux.vc.jwt.JwtPresentationPayload
import org.hyperledger.identus.pollux.vc.jwt.JwtVerifiableCredentialPayload
import org.hyperledger.identus.pollux.vc.jwt.JwtVp
import org.hyperledger.identus.pollux.vc.jwt.VerifiableCredentialPayload
import org.hyperledger.identus.shared.crypto.Apollo
import zio.*
import zio.json.ast.Json as ZioJson
Expand Down

0 comments on commit f9d6880

Please sign in to comment.