Skip to content

Commit

Permalink
style: 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 Jun 13, 2024
1 parent 289a0ba commit 51c76d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ import org.hyperledger.identus.pollux.core.repository.{
}
import org.hyperledger.identus.pollux.core.service.*
import org.hyperledger.identus.pollux.vc.jwt.PrismDidResolver
import org.hyperledger.identus.shared.models.WalletAccessContext
import org.hyperledger.identus.shared.models.WalletId
import org.hyperledger.identus.shared.models.{WalletAccessContext, WalletId}
import zio.{Clock, Random, URLayer, ZIO, ZLayer}
import zio.json.*
import zio.json.ast.Json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import org.hyperledger.identus.pollux.core.model.oid4vci.{CredentialConfiguratio
import org.hyperledger.identus.pollux.core.model.CredentialFormat
import org.hyperledger.identus.shared.models.WalletAccessContext
import zio.*
import zio.mock.{Mock, Proxy}
import zio.mock.Expectation
import zio.mock.{Expectation, Mock, Proxy}
import zio.test.Assertion

import java.net.URL
Expand Down

0 comments on commit 51c76d7

Please sign in to comment.