0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-19 14:59:11 +02:00

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