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

Fix whitespace issues

This commit is contained in:
Jorik Schellekens
2020-07-21 10:00:16 +01:00
parent 58084774bf
commit 0f559050d8
17 changed files with 25 additions and 25 deletions

View File

@@ -890,7 +890,7 @@ function getResponseContentType(response) {
try {
return parseContentType(contentType);
} catch(e) {
} catch (e) {
throw new Error(`Error parsing Content-Type '${contentType}': ${e}`);
}
}