From 51c76d7d311e4a75d60f1dbd7c3f58b6d319ab33 Mon Sep 17 00:00:00 2001 From: Pat Losoponkul Date: Thu, 13 Jun 2024 17:38:06 +0700 Subject: [PATCH] style: fix and fmt Signed-off-by: Pat Losoponkul --- .../oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala | 3 +-- .../pollux/core/service/MockOID4VCIIssuerMetadataService.scala | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cloud-agent/service/server/src/test/scala/org/hyperledger/identus/oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala b/cloud-agent/service/server/src/test/scala/org/hyperledger/identus/oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala index 88c338dd5a..01d63d3ebc 100644 --- a/cloud-agent/service/server/src/test/scala/org/hyperledger/identus/oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala +++ b/cloud-agent/service/server/src/test/scala/org/hyperledger/identus/oid4vci/domain/OIDCCredentialIssuerServiceSpec.scala @@ -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 diff --git a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/MockOID4VCIIssuerMetadataService.scala b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/MockOID4VCIIssuerMetadataService.scala index 37548a6692..05e8fa9ce0 100644 --- a/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/MockOID4VCIIssuerMetadataService.scala +++ b/pollux/core/src/main/scala/org/hyperledger/identus/pollux/core/service/MockOID4VCIIssuerMetadataService.scala @@ -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