Skip to content

Commit

Permalink
chrore: run scalafmt
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Voiturier <benjamin.voiturier@iohk.io>
  • Loading branch information
bvoiturier committed Jun 20, 2024
1 parent aab407b commit c7fea9d
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ case class ApiKeyAuthenticatorImpl(
}
}
} else {
ZIO.fail(
AuthenticationMethodNotEnabled(s"Authentication method not enabled: ${AuthenticationMethodType.ApiKey.value}")
).orDieAsUnmanagedFailure
ZIO
.fail(
AuthenticationMethodNotEnabled(s"Authentication method not enabled: ${AuthenticationMethodType.ApiKey.value}")
)
.orDieAsUnmanagedFailure
}
}

Expand Down

0 comments on commit c7fea9d

Please sign in to comment.