Skip to content

Commit 2a959a7

Browse files
author
thyttan
committed
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 `)`.
1 parent 1e32d09 commit 2a959a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/bthome/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
}
1515
})
1616
};
17-
}) // must not have a semi-colon!
17+
})

apps/clkinfogpsspeed/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
]
2525
};
2626
return ci;
27-
}) // must not have a semi-colon!
27+
})

apps/clkinfomag/clkinfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
]
4747
};
4848
return ci;
49-
}) // must not have a semi-colon!
49+
})

apps/pongclock/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
}
4040
}
4141
});
42-
})/*(load)/**/
42+
})

0 commit comments

Comments
 (0)