From ef9e56879be254f8e5260d6bdedb282ff8a6a1d9 Mon Sep 17 00:00:00 2001 From: atxbyea <46269073+atxbyea@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:12:34 +0200 Subject: [PATCH] Indentation of "Full Configuration" was off (#10047) --- source/_components/wwlln.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/wwlln.markdown b/source/_components/wwlln.markdown index b82230452c4..6b1c2a98940 100644 --- a/source/_components/wwlln.markdown +++ b/source/_components/wwlln.markdown @@ -70,7 +70,7 @@ the standard ones: ```yaml # Example configuration.yaml entry wwlln: - radius: 100 - latitude: 37.39 - longitude: -5.99 + radius: 100 + latitude: 37.39 + longitude: -5.99 ```