1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-19 16:42:09 +03:00

Fix linting errors

This commit is contained in:
David Baker
2015-06-29 16:09:07 +01:00
parent 083a0980eb
commit 53f2f156ca
2 changed files with 3 additions and 2 deletions

View File

@@ -212,5 +212,5 @@ module.exports = function(client) {
this.actionsForEvent = function(ev) {
return pushActionsForEventAndRulesets(ev, client.pushRules);
};
}
};