From 6736164d98fdf8a588bc90d291ddee678a79721e Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 6 Nov 2015 15:38:46 +0000 Subject: [PATCH] Make linter happy (space at end of line) --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index 2fe555382..e9e68753d 100644 --- a/lib/client.js +++ b/lib/client.js @@ -1749,7 +1749,7 @@ MatrixClient.prototype.loginWithSAML2 = function(relayState, callback) { }; /** - * @param {string} redirectUrl The URL to redirect to after the HS + * @param {string} redirectUrl The URL to redirect to after the HS * authenticates with CAS. * @return {string} The HS URL to hit to begin the CAS login process. */