Removed whitespaces
This commit is contained in:
parent
ce976a1b42
commit
86c8137da0
3 changed files with 3 additions and 8 deletions
|
|
@ -377,7 +377,6 @@ Network.prototype.send = function(dest, payload, cb) {
|
|||
|
||||
var message = this.encode(to, payload);
|
||||
this.socket.emit('message', message);
|
||||
|
||||
}
|
||||
|
||||
if (typeof cb === 'function') cb();
|
||||
|
|
@ -406,6 +405,4 @@ Network.prototype.lockIncommingConnections = function(allowedCopayerIdsArray) {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
module.exports = Network;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue