Skip to content

Commit

Permalink
style format update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Cunningham committed Dec 5, 2018
1 parent 3af52f9 commit 49bcfcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/report_plugins/weektoweek.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ weektoweek.prepareHtml = function weektoweekPrepareHtml(weekstoshow) {
});
};

weektoweek.report = function report_weektoweek(datastorage,sorteddaystoshow,options) {
weektoweek.report = function report_weektoweek(datastorage, sorteddaystoshow, options) {
var Nightscout = window.Nightscout;
var client = Nightscout.client;
var translate = client.translate;
Expand Down Expand Up @@ -160,7 +160,7 @@ weektoweek.report = function report_weektoweek(datastorage,sorteddaystoshow,opti
drawChart(week, sgvData, options);
});

function timeTicks(n,i) {
function timeTicks(n, i) {
var t12 = [
'12am', '', '2am', '', '4am', '', '6am', '', '8am', '', '10am', '',
'12pm', '', '2pm', '', '4pm', '', '6pm', '', '8pm', '', '10pm', '', '12am'
Expand All @@ -172,7 +172,7 @@ weektoweek.report = function report_weektoweek(datastorage,sorteddaystoshow,opti
}
}

function drawChart(week,sgvData,options) {
function drawChart(week, sgvData, options) {
var tickValues
, charts
, context
Expand Down

0 comments on commit 49bcfcf

Please sign in to comment.