Skip to content

Commit

Permalink
Fixes for JavaScript Standard Style
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-airspring committed Sep 17, 2015
1 parent 9d9cb39 commit 9d861f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/InfluxRequest.js
Expand Up @@ -51,8 +51,8 @@ InfluxRequest.prototype.addHost = function (hostname, port, protocol) {
};

InfluxRequest.prototype.hostIsAvailable = function () {
return !!this.hostsAvailable[this.index];
};
return !!this.hostsAvailable[this.index]
}

InfluxRequest.prototype.getHost = function () {

Expand Down

0 comments on commit 9d861f0

Please sign in to comment.