From 2a959a787b80e9945c99f8011e0004c41d1579d7 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.comā©> Date: Tue, 31 Dec 2024 14:01:39 +0100 Subject: [PATCH] chore: rm cmnts at end of some settings/clkinfos as to not trigger the sanitychecker when it looks to see if the file ends with `)`. --- apps/bthome/clkinfo.js | 2 +- apps/clkinfogpsspeed/clkinfo.js | 2 +- apps/clkinfomag/clkinfo.js | 2 +- apps/pongclock/settings.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/bthome/clkinfo.js b/apps/bthome/clkinfo.js index 8698c9828..bcf2a6fa4 100644 --- a/apps/bthome/clkinfo.js +++ b/apps/bthome/clkinfo.js @@ -14,4 +14,4 @@ } }) }; -}) // must not have a semi-colon! \ No newline at end of file +}) diff --git a/apps/clkinfogpsspeed/clkinfo.js b/apps/clkinfogpsspeed/clkinfo.js index a2c1f51c1..4875f2687 100644 --- a/apps/clkinfogpsspeed/clkinfo.js +++ b/apps/clkinfogpsspeed/clkinfo.js @@ -24,4 +24,4 @@ ] }; return ci; -}) // must not have a semi-colon! \ No newline at end of file +}) diff --git a/apps/clkinfomag/clkinfo.js b/apps/clkinfomag/clkinfo.js index 620227472..f841bb490 100644 --- a/apps/clkinfomag/clkinfo.js +++ b/apps/clkinfomag/clkinfo.js @@ -46,4 +46,4 @@ ] }; return ci; -}) // must not have a semi-colon! \ No newline at end of file +}) diff --git a/apps/pongclock/settings.js b/apps/pongclock/settings.js index 7e8511da7..2ded76216 100644 --- a/apps/pongclock/settings.js +++ b/apps/pongclock/settings.js @@ -39,4 +39,4 @@ } } }); -})/*(load)/**/ +})