From 5139881c4a1bade0f7b2b866f5d030ae37f887f8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 1 Nov 2017 08:32:20 +0100 Subject: [PATCH] Fix broken indent --- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index f47d0d5ab4..9366840804 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -471,7 +471,7 @@ $ java -jar myapp.jar --spring.application.json='{"foo":"bar"}' You can also supply the JSON as a JNDI variable, as follows: `java:comp/env/spring.application.json`. - +====