From efae29ce358ab5aef8ad4e55aab4f251db01cc38 Mon Sep 17 00:00:00 2001 From: Ishidres <17363426+Ishidres@users.noreply.github.com> Date: Fri, 22 Mar 2024 13:22:31 +0100 Subject: [PATCH] Undo accidental indent --- apps/sleeplog/boot.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/sleeplog/boot.js b/apps/sleeplog/boot.js index 19981623c..6e0c02419 100644 --- a/apps/sleeplog/boot.js +++ b/apps/sleeplog/boot.js @@ -187,10 +187,10 @@ if (sleeplog.conf.enabled) { // create a temporary object to store data and functions global.tmpWearingCheck = { - // define temporary hrm listener function to read the wearing status - hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing, - // set default wearing status - isWearing: false, + // define temporary hrm listener function to read the wearing status + hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing, + // set default wearing status + isWearing: false, }; // enable HRM