x509: lint.

This commit is contained in:
Christopher Jeffrey 2017-03-01 11:03:04 -08:00
parent 34cb226000
commit ac6d7696a8
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -168,7 +168,7 @@ x509.setTrust = function setTrust(certs) {
*/
x509.setFingerprints = function setFingerprints(hashes) {
var i, hash, hash;
var i, hash;
assert(Array.isArray(hashes), 'Certs must be an array.');