From 52129859cd88f75962b64021bd17d3b3652619ed Mon Sep 17 00:00:00 2001 From: Patrick Leiser Date: Wed, 16 Oct 2024 03:37:19 -0700 Subject: [PATCH] Formatting tweak for comment Co-authored-by: Mark Haslinghuis --- src/js/tabs/motors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/tabs/motors.js b/src/js/tabs/motors.js index f98294be6b..ac93f2d9a1 100644 --- a/src/js/tabs/motors.js +++ b/src/js/tabs/motors.js @@ -407,7 +407,7 @@ motors.initialize = async function (callback) { return; } } - //if every item in the motor array (current size limit: 8) is populated, we have that many motors + // if every item in the motor array (current size limit: 8) is populated, we have that many motors self.numberOfValidOutputs = FC.MOTOR_DATA.length; }); }