Skip to content

Commit b04af33

Browse files
committed
ktlint
1 parent 69463c8 commit b04af33

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/config

1 file changed

+1
-1
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/config/OpenAPIConfig.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import org.springframework.context.annotation.Configuration
4141
type = SecuritySchemeType.APIKEY,
4242
`in` = SecuritySchemeIn.HEADER,
4343
paramName = "subject-distinguished-name",
44-
description = "Example: O=test,CN=automated-test-client"
44+
description = "Example: O=test,CN=automated-test-client",
4545
)
4646
@Configuration
4747
class OpenAPIConfig {

0 commit comments

Comments
 (0)