Skip to content

Commit

Permalink
- Fixed checkstyle indent
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonandre committed May 7, 2024
1 parent c802b0a commit a2b7a34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SearchRabbitMQMessageProducer extends RabbitMQMessageProducer imple

@Autowired
public SearchRabbitMQMessageProducer(RabbitTemplate rabbitTemplate, @Named("searchQueueProperties")
RabbitMQQueueProperties queueProperties) {
RabbitMQQueueProperties queueProperties) {
super(rabbitTemplate, queueProperties);
}

Expand Down

0 comments on commit a2b7a34

Please sign in to comment.