Make spacing consistent (#11145)

Signed-off-by: OneYellowLemon <66096725+OneYellowLemon@users.noreply.github.com>
This commit is contained in:
OneYellowLemon 2021-08-23 15:51:40 -04:00 committed by GitHub
parent 73f7a86dd8
commit 4988522173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {