Insufficient newlines

pull/4/merge
David Baker 10 years ago
parent 5c6189ea3e
commit 7ecb49ef25
  1. 1
      synapse/storage/push_rule.py

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

Loading…
Cancel
Save