Skip to content

Commit

Permalink
remove 'end of file' comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams authored Nov 4, 2024
1 parent 83d966b commit 8d859f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions apps/smclock/settings.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -88,5 +88,3 @@
// Actually display the menu
E.showMenu(mainmenu);
})

// end of file

0 comments on commit 8d859f4

Please sign in to comment.