From c9d160595bf1aa9a9657df83c9a95e99f65fb048 Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Mon, 9 Oct 2017 11:16:26 -0400 Subject: [PATCH] jslint: Add expected comma --- lib/passport-saml/saml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/passport-saml/saml.js b/lib/passport-saml/saml.js index 42d4c208..e9ca8a2b 100644 --- a/lib/passport-saml/saml.js +++ b/lib/passport-saml/saml.js @@ -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) {