whitespace

pull/96/head
David Baker 2015-02-26 13:43:05 +00:00
parent 94fa334b01
commit 944003021b
1 changed files with 2 additions and 1 deletions

View File

@ -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"
]
]