From dcd324bae57914e24f4edf507b33214d2117a06c Mon Sep 17 00:00:00 2001 From: Andres J Ruiz Torres Date: Sat, 11 Jul 2020 19:21:34 -0400 Subject: [PATCH] Remove trailing space --- src/controllers/dashboard/devices/devices.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/dashboard/devices/devices.js b/src/controllers/dashboard/devices/devices.js index 58f9fd0901..0a9586bddf 100644 --- a/src/controllers/dashboard/devices/devices.js +++ b/src/controllers/dashboard/devices/devices.js @@ -10,7 +10,7 @@ import 'cardStyle'; /* eslint-disable indent */ - // Local cache of loaded + // Local cache of loaded let deviceIds = []; function canDelete(deviceId) {