style: ktlint format

This commit is contained in:
Gauthier Roebroeck 2022-10-26 11:03:14 +08:00
parent d39b246ba6
commit ca385124d0

View file

@ -52,7 +52,6 @@ class SecurityConfiguration(
// restrict all other actuator endpoints to ADMIN only
it.requestMatchers(EndpointRequest.toAnyEndpoint()).hasRole(ROLE_ADMIN)
// claim is unprotected
it.mvcMatchers(
"/api/v1/claim",