remove 'end of file' comment

pull/3627/head
Gordon Williams 2024-11-04 09:54:14 +00:00 committed by GitHub
parent 83d966bde9
commit 8d859f448f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,8 @@
// settings menu for Monogram Watch Face
// Anton Clock settings were used as template
// helper functions taken from Anton Clock
(function (back) {
// settings menu for Monogram Watch Face
// Anton Clock settings were used as template
// helper functions taken from Anton Clock
var FILE = "smclock.json";
// load settings from the file
// assign default values if it doesn't exist
@ -88,5 +88,3 @@
// Actually display the menu
E.showMenu(mainmenu);
})
// end of file