mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
whitespace
This commit is contained in:
parent
94fa334b01
commit
944003021b
@ -228,6 +228,7 @@ class PushRuleTable(Table):
|
||||
|
||||
EntryType = collections.namedtuple("PushRuleEntry", fields)
|
||||
|
||||
|
||||
class PushRuleEnableTable(Table):
|
||||
table_name = "push_rules_enable"
|
||||
|
||||
@ -235,4 +236,4 @@ class PushRuleEnableTable(Table):
|
||||
"user_name",
|
||||
"rule_id",
|
||||
"enabled"
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user