Browse Source

lint: fix a few semicolons

v0.11.8-release
Trevor Norris 11 years ago
parent
commit
25dce6d62d
  1. 2
      lib/_tls_legacy.js
  2. 2
      lib/_tls_wrap.js

2
lib/_tls_legacy.js

@ -877,4 +877,4 @@ exports.pipe = function pipe(pair, socket) {
socket.on('timeout', ontimeout);
return cleartext;
}
};

2
lib/_tls_wrap.js

@ -729,7 +729,7 @@ exports.connect = function(/* [port, host], options, cb */) {
host: options.host,
localAddress: options.localAddress
};
};
}
socket.connect(connect_opt);
}

Loading…
Cancel
Save