mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 20:08:02 +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);
|
||||
|
||||
return cleartext;
|
||||
}
|
||||
};
|
||||
|
@ -729,7 +729,7 @@ exports.connect = function(/* [port, host], options, cb */) {
|
||||
host: options.host,
|
||||
localAddress: options.localAddress
|
||||
};
|
||||
};
|
||||
}
|
||||
socket.connect(connect_opt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user