mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 23:10:15 +00:00
lint: fix a few semicolons
This commit is contained in:
parent
14687ebfc0
commit
25dce6d62d
@ -877,4 +877,4 @@ exports.pipe = function pipe(pair, socket) {
|
|||||||
socket.on('timeout', ontimeout);
|
socket.on('timeout', ontimeout);
|
||||||
|
|
||||||
return cleartext;
|
return cleartext;
|
||||||
}
|
};
|
||||||
|
@ -729,7 +729,7 @@ exports.connect = function(/* [port, host], options, cb */) {
|
|||||||
host: options.host,
|
host: options.host,
|
||||||
localAddress: options.localAddress
|
localAddress: options.localAddress
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
socket.connect(connect_opt);
|
socket.connect(connect_opt);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user