Skip to content

Commit 827de8d

Browse files
Kerwin Bryantartembilan
Kerwin Bryant
authored andcommitted
Fix code format errors
Fix code format errors (cherry picked from commit 32672bf)
1 parent 1d38c14 commit 827de8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/amqp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Using `@Configuration`:
820820
[source,java]
821821
----
822822
@Bean
823-
public AmqpTemplate rabbitTemplate();
823+
public AmqpTemplate rabbitTemplate() {
824824
RabbitTemplate template = new RabbitTemplate(connectionFactory());
825825
RetryTemplate retryTemplate = new RetryTemplate();
826826
ExponentialBackOffPolicy backOffPolicy = new ExponentialBackOffPolicy();

0 commit comments

Comments
 (0)