Insufficient newlines

This commit is contained in:
David Baker 2015-01-22 17:53:30 +00:00
parent 5c6189ea3e
commit 7ecb49ef25

View file

@ -172,6 +172,7 @@ class PushRuleStore(SQLBaseStore):
txn.execute(sql, new_rule.values())
class RuleNotFoundException(Exception):
pass