From 1a2577a07e6250d9661fcf113344e8b3de8c2383 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Dec 2020 17:19:18 +0100 Subject: [PATCH] Fix sample formatting --- .../src/docs/asciidoc/spring-boot-features.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 0403a040ad..e54902fe2b 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -4991,9 +4991,9 @@ You can further tune how `Sniffer` is configured, as shown in the following exam spring: elasticsearch: rest: - sniffer: - interval: 10m - delay-after-failure: 30s + sniffer: + interval: 10m + delay-after-failure: 30s ----