1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

consistent spacing

This commit is contained in:
David Baker
2019-07-10 12:18:41 +01:00
parent b8957fa917
commit 9e5c2732c9

View File

@@ -1917,7 +1917,7 @@ MatrixBaseApis.prototype.agreeToTerms = function(
Authorization: "Bearer " + accessToken,
};
return this._http.requestOtherUrl(
undefined, 'POST', url, null, {user_accepts: termsUrls}, { headers },
undefined, 'POST', url, null, { user_accepts: termsUrls }, { headers },
);
};