0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-15 04:48:58 +02:00

whitespace

This commit is contained in:
David Baker 2015-02-26 13:43:05 +00:00
parent 94fa334b01
commit 944003021b

View file

@ -228,6 +228,7 @@ class PushRuleTable(Table):
EntryType = collections.namedtuple("PushRuleEntry", fields) EntryType = collections.namedtuple("PushRuleEntry", fields)
class PushRuleEnableTable(Table): class PushRuleEnableTable(Table):
table_name = "push_rules_enable" table_name = "push_rules_enable"