Skip to content

Commit

Permalink
pr diff cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Nov 30, 2022
1 parent da94370 commit c128bd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ package io.iohk.atala.castor.core.model.did

import io.iohk.atala.shared.models.Base64UrlStrings.Base64UrlString

import java.time.Instant

final case class PublicKey(
id: String,
purpose: VerificationRelationship,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ package object w3c {

import W3CModelHelper.*

/** A wrapper for DID resolution in W3C format */
def makeW3CResolver(
service: DIDService
)(did: String): IO[DIDResolutionErrorRepr, (DIDDocumentMetadataRepr, DIDDocumentRepr)] = {
Expand Down

0 comments on commit c128bd6

Please sign in to comment.