From f1c893e52394a7dfcf4e7b310a1d58f8808a45d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 12 Dec 2014 17:14:10 +0100 Subject: [PATCH] Polish indent --- .../main/asciidoc/appendix-application-properties.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 02f793773f3..0328de994ce 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -371,10 +371,10 @@ content into your application; rather pick only the properties that you need. # HEALTH INDICATORS health.db.enabled=true - health.mongo.enabled=true - health.rabbit.enabled=true - health.redis.enabled=true - health.solr.enabled=true + health.mongo.enabled=true + health.rabbit.enabled=true + health.redis.enabled=true + health.solr.enabled=true health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP # MVC ONLY ENDPOINTS