1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-09-01 21:21:58 +03:00

Make linter happy (space at end of line)

This commit is contained in:
David Baker
2015-11-06 15:38:46 +00:00
parent 5f6e52f367
commit 6736164d98

View File

@@ -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.
*/