lint: fix indentation
This commit is contained in:
parent
a382c9a97c
commit
803c3f0aa0
@ -205,8 +205,8 @@ exports.checkServerIdentity = function checkServerIdentity(host, cert) {
|
|||||||
|
|
||||||
if (!valid) {
|
if (!valid) {
|
||||||
var err = new Error(
|
var err = new Error(
|
||||||
util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
|
util.format('Hostname/IP doesn\'t match certificate\'s altnames: %j',
|
||||||
reason));
|
reason));
|
||||||
err.reason = reason;
|
err.reason = reason;
|
||||||
err.host = host;
|
err.host = host;
|
||||||
err.cert = cert;
|
err.cert = cert;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user