From 82e3c22312dc0bc1299d3122c51580007edd6b27 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 10 Apr 2026 17:52:15 -0700 Subject: [PATCH] Fix detekt style issue --- .../saml2/relyingparty/MySamlRelyingPartyConfiguration.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/web/security/saml2/relyingparty/MySamlRelyingPartyConfiguration.kt b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/web/security/saml2/relyingparty/MySamlRelyingPartyConfiguration.kt index f5b9845a43b..84efa765e49 100644 --- a/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/web/security/saml2/relyingparty/MySamlRelyingPartyConfiguration.kt +++ b/spring-boot-project/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/web/security/saml2/relyingparty/MySamlRelyingPartyConfiguration.kt @@ -25,4 +25,4 @@ open class MySamlRelyingPartyConfiguration { return http.build() } -} \ No newline at end of file +}