mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-18 17:14:17 -05:00
Unnecessary newline.
This commit is contained in:
parent
8807f4170e
commit
3cb5b73c0d
@ -290,7 +290,6 @@ class PushRuleRestServlet(ClientV1RestServlet):
|
|||||||
def on_OPTIONS(self, _):
|
def on_OPTIONS(self, _):
|
||||||
return 200, {}
|
return 200, {}
|
||||||
|
|
||||||
|
|
||||||
def _add_empty_priority_class_arrays(d):
|
def _add_empty_priority_class_arrays(d):
|
||||||
for pc in PushRuleRestServlet.PRIORITY_CLASS_MAP.keys():
|
for pc in PushRuleRestServlet.PRIORITY_CLASS_MAP.keys():
|
||||||
d[pc] = []
|
d[pc] = []
|
||||||
|
Loading…
Reference in New Issue
Block a user