Skip to content

Commit

Permalink
Fix code format errors
Browse files Browse the repository at this point in the history
Fix code format errors
  • Loading branch information
Kerwin Bryant authored and garyrussell committed Mar 19, 2018
1 parent 4464d4d commit 32672bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ Using `@Configuration`:
[source,java]
----
@Bean
public AmqpTemplate rabbitTemplate();
public AmqpTemplate rabbitTemplate() {
RabbitTemplate template = new RabbitTemplate(connectionFactory());
RetryTemplate retryTemplate = new RetryTemplate();
ExponentialBackOffPolicy backOffPolicy = new ExponentialBackOffPolicy();
Expand Down

0 comments on commit 32672bf

Please sign in to comment.