Skip to content

Commit

Permalink
Merge pull request #179 from uber/extra-space
Browse files Browse the repository at this point in the history
Add a space
  • Loading branch information
jwolski2 committed Oct 1, 2015
2 parents 83f48ab + 6bf6cce commit 361ea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RingpopClient.prototype.adminGossipStop = function adminGossipStop(host, callbac
this._request(host, '/admin/gossip/stop', null, null, callback);
};

RingpopClient.prototype.adminGossipTick= function adminGossipTick(host, callback) {
RingpopClient.prototype.adminGossipTick = function adminGossipTick(host, callback) {
this._request(host, '/admin/gossip/tick', null, null, callback);
};

Expand Down

0 comments on commit 361ea18

Please sign in to comment.