Browse Source

lint: fix indentation

archived-io.js-v0.10
Trevor Norris 11 years ago
parent
commit
803c3f0aa0
  1. 4
      lib/tls.js

4
lib/tls.js

@ -205,8 +205,8 @@ exports.checkServerIdentity = function checkServerIdentity(host, cert) {
if (!valid) {
var err = new Error(
util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
reason));
util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
reason));
err.reason = reason;
err.host = host;
err.cert = cert;

Loading…
Cancel
Save