Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 50caff8

Browse files
committed
Fix indentation in doc sample
1 parent 65ff7b3 commit 50caff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/reactor/rabbitmq/docs/ApiGuideSender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void optionsSimple() {
6161
connectionFactory.useNio();
6262

6363
SenderOptions senderOptions = new SenderOptions()
64-
.connectionFactory(connectionFactory) // <1>
64+
.connectionFactory(connectionFactory) // <1>
6565
.resourceManagementScheduler(Schedulers.elastic()); // <2>
6666
// end::options-simple[]
6767
// tag::instanciation[]

0 commit comments

Comments
 (0)