From 1f9d61d25438d52765ecc84777f2e5b6a5f85ac6 Mon Sep 17 00:00:00 2001 From: Ryan Taylor <35360143+r-j-taylor@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:13:42 +0000 Subject: [PATCH] Adding new lines --- apps/mtnclock/ChangeLog | 2 +- apps/mtnclock/settings.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mtnclock/ChangeLog b/apps/mtnclock/ChangeLog index 1ec9bfb49..92d3ce9b3 100644 --- a/apps/mtnclock/ChangeLog +++ b/apps/mtnclock/ChangeLog @@ -1,4 +1,4 @@ 0.01: New App! 0.02: Get weather from weather.json 0.03: Address unexpected undefined when reading weather.json -0.04: Adding settings and the ability to show the widgets bar \ No newline at end of file +0.04: Adding settings and the ability to show the widgets bar diff --git a/apps/mtnclock/settings.js b/apps/mtnclock/settings.js index 2c677485b..a3457b153 100644 --- a/apps/mtnclock/settings.js +++ b/apps/mtnclock/settings.js @@ -2,7 +2,7 @@ var STORAGE = require('Storage') var FILE = "mtnclock.json"; - + // Load settings var SETTINGS = Object.assign({ // default values @@ -26,4 +26,4 @@ } }, }); -}) \ No newline at end of file +})