From 498852217318c9ed94cbd8147659e70dcd2e90aa Mon Sep 17 00:00:00 2001 From: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com> Date: Mon, 23 Aug 2021 15:51:40 -0400 Subject: [PATCH] Make spacing consistent (#11145) Signed-off-by: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com> --- bundles/org.openhab.binding.icloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.icloud/README.md b/bundles/org.openhab.binding.icloud/README.md index 9b8734485..2a6a09e0c 100644 --- a/bundles/org.openhab.binding.icloud/README.md +++ b/bundles/org.openhab.binding.icloud/README.md @@ -116,7 +116,7 @@ then val PointType phone_location = iPhone_Location.state as PointType val int distance = phone_location.distanceFrom(home_location).intValue() // specify your preferred radius (in meters) - if ( distance < 200) { + if (distance < 200) { iPhone_Home.postUpdate(ON) logInfo("iPhone Home", "iPhone is at home.") } else {