From 9b5295189e26e50562ed503a8caa85a1d0e2087e Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sat, 20 Apr 2024 17:41:37 +0100 Subject: [PATCH] bootgatthrm: whitespace --- apps/bootgatthrm/boot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bootgatthrm/boot.js b/apps/bootgatthrm/boot.js index 4677aa248..68883149c 100644 --- a/apps/bootgatthrm/boot.js +++ b/apps/bootgatthrm/boot.js @@ -53,14 +53,14 @@ } catch (error) { if (error.message.includes("BLE restart")) { /* - * BLE has to restart after service setup. + * BLE has to restart after service setup. */ if(!settings.keepConnected) NRF.disconnect(); } else if (error.message.includes("UUID 0x2a37")) { /* - * Setup service if it wasn't setup correctly for some reason + * Setup service if it wasn't setup correctly for some reason */ setupHRMAdvertising(); } else {