From: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:51:40 +0000 (-0400) Subject: Make spacing consistent (#11145) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=498852217318c9ed94cbd8147659e70dcd2e90aa;p=openhab-addons.git Make spacing consistent (#11145) Signed-off-by: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com> --- diff --git a/bundles/org.openhab.binding.icloud/README.md b/bundles/org.openhab.binding.icloud/README.md index 9b87344857..2a6a09e0cb 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 {