0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-08 01:19:17 +02:00

stray space

This commit is contained in:
David Baker 2015-01-23 13:25:14 +00:00
parent 6188c4f69c
commit 54c689c819

View file

@ -65,7 +65,7 @@ class PushRuleRestServlet(RestServlet):
rule_id = path[0]
spec = {
'scope' : scope,
'scope': scope,
'template': template,
'rule_id': rule_id
}