Skip to content

Commit

Permalink
Fix jshint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Jul 22, 2019
1 parent cb2a7a4 commit c351139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11438,7 +11438,7 @@ function loadUnitSetting() {
// We are using a switch because the boolean gets stored as a string
// and we don't want to impact the in-memory value of `isMetric` when
// no value in local storage exists.
switch( data.isMetric ) {
switch ( data.isMetric ) {
case "true":
isMetric = true;
break;
Expand Down

0 comments on commit c351139

Please sign in to comment.