mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-12 02:46:51 +00:00
stray space
This commit is contained in:
parent
6188c4f69c
commit
54c689c819
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class PushRuleRestServlet(RestServlet):
|
||||||
rule_id = path[0]
|
rule_id = path[0]
|
||||||
|
|
||||||
spec = {
|
spec = {
|
||||||
'scope' : scope,
|
'scope': scope,
|
||||||
'template': template,
|
'template': template,
|
||||||
'rule_id': rule_id
|
'rule_id': rule_id
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue