Skip to content

Commit

Permalink
jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 29, 2019
1 parent 5ba7b07 commit 76633ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 20_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,4 +250,4 @@ function DateString(dt) {
(d > 9 ? "" : "0") + d.toString(),
];
return parts.join(".");
};
}
2 changes: 1 addition & 1 deletion 80_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ function NewInfoHandler() {
case 1:
if (this.nodes <= 0) {
s = "?";
break
break;
}
s = (100 * o.info.n / this.nodes).toFixed(0);
break;
Expand Down

0 comments on commit 76633ec

Please sign in to comment.