Skip to content

Commit

Permalink
jslint: Add expected comma
Browse files Browse the repository at this point in the history
  • Loading branch information
markstos committed Oct 9, 2017
1 parent 67029ae commit c9d1605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passport-saml/saml.js
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ SAML.prototype.generateServiceProviderMetadata = function( decryptionCert ) {
{ '@Algorithm': 'http://www.w3.org/2001/04/xmlenc#aes128-cbc' },
{ '@Algorithm': 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc' }
]
}
};
}

if (this.options.logoutCallbackUrl) {
Expand Down

0 comments on commit c9d1605

Please sign in to comment.