Skip to content

Commit

Permalink
Remove extra whitespace from ping-req-sender
Browse files Browse the repository at this point in the history
  • Loading branch information
jwolski committed Dec 15, 2015
1 parent 922a0f7 commit 2bef19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gossip/ping-req-sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function PingReqSender(ring, member, target, callback) {

PingReqSender.prototype.send = function send() {
var self = this;

self.ring.dissemination.issueAsSender(function issue(changes, onIssue) {
self.ring.client.protocolPingReq({
host: self.member.address,
Expand Down

0 comments on commit 2bef19c

Please sign in to comment.