Skip to content

Commit

Permalink
Fix missing line break in s3.adoc (#2005)
Browse files Browse the repository at this point in the history
Minimal formatting fix
  • Loading branch information
frostyfab authored Jun 28, 2024
1 parent 1ea0a66 commit 4b8f511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring-content-s3/src/main/asciidoc/s3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ runtime context you can contribute a `MultiTenantS3ClientProvider` bean, as foll
====
[source,java]
----
import org.springframework.content.s3.config.MultiTenantS3ClientProvider;@Configuration
import org.springframework.content.s3.config.MultiTenantS3ClientProvider;
@Configuration
@EnableS3Stores
public static class ApplicationConfig {
Expand Down

0 comments on commit 4b8f511

Please sign in to comment.