Skip to content

Commit

Permalink
fixed mixed spaces and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jones139 committed Dec 14, 2023
1 parent b5f62d8 commit 39da8aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/openseizure/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
var settings = Object.assign({
ACC_FMT : 0,
TEST_MODE : false
}, require('Storage').readJSON(FILE,1)||{});
}, require('Storage').readJSON(FILE,1)||{});

function writeSettings() {
require('Storage').writeJSON(FILE, settings);
Expand Down
2 changes: 1 addition & 1 deletion apps/openseizure/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function saveSettings(settings) {
var settings = Object.assign({
ACC_FMT : 0,
TEST_MODE : false
}, require('Storage').readJSON('openseizure.json',1)||{});
}, require('Storage').readJSON('openseizure.json',1)||{});
saveSettings(settings);

function draw() {
Expand Down

0 comments on commit 39da8aa

Please sign in to comment.