Skip to content

Commit

Permalink
style(mercury): fix scala formatting errors (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias committed Oct 13, 2022
1 parent c6e7f29 commit e4a9178
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Expand Up @@ -43,4 +43,4 @@ import io.iohk.atala.mercury.InvitationPrograms

Unsafe.unsafe { Runtime.default.unsafe.run(app).getOrThrowFiberFailure() }

}
}
Expand Up @@ -2,7 +2,6 @@ package io.iohk.atala.mercury.protocol.connection

import io.iohk.atala.mercury.model.PIURI


object Response {
def `type`: PIURI = "https://atalaprism.io/mercury/connections/1.0/response"
}
Expand Up @@ -23,6 +23,4 @@ object OutOfBand {
parseLink(url).map(e => parse(e).getOrElse(???).as[Invitation].getOrElse(???))
}



}

0 comments on commit e4a9178

Please sign in to comment.