forked from MirrorHub/synapse
whitespace
This commit is contained in:
parent
94fa334b01
commit
944003021b
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue