Skip to content

Commit

Permalink
chore(prism-agent): scalafmtAll
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Voiturier <[email protected]>
  • Loading branch information
bvoiturier committed Oct 13, 2023
1 parent 2975641 commit 7fe2092
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ package io.iohk.atala.agent.server
import io.iohk.atala.agent.notification.WebhookPublisher
import io.iohk.atala.agent.server.config.AppConfig
import io.iohk.atala.agent.server.http.{ZHttp4sBlazeServer, ZHttpEndpoints}
import io.iohk.atala.agent.server.jobs.{ConnectBackgroundJobs, DIDStateSyncBackgroundJobs, IssueBackgroundJobs, PresentBackgroundJobs}
import io.iohk.atala.agent.server.jobs.{
ConnectBackgroundJobs,
DIDStateSyncBackgroundJobs,
IssueBackgroundJobs,
PresentBackgroundJobs
}
import io.iohk.atala.agent.walletapi.model.{Entity, Wallet, WalletSeed}
import io.iohk.atala.agent.walletapi.service.{EntityService, ManagedDIDService, WalletManagementService}
import io.iohk.atala.agent.walletapi.storage.DIDNonSecretStorage
Expand Down

0 comments on commit 7fe2092

Please sign in to comment.