add missing new line at end of file

This commit is contained in:
Lex Berezhny 2018-08-01 09:11:34 -04:00 committed by Jack Robison
parent 47bb634035
commit 9348f4f366
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -92,4 +92,4 @@ class Account(BaseAccount):
return d
def get_claim(self, claim_id):
return self.ledger.db.get_claim(self, claim_id)
return self.ledger.db.get_claim(self, claim_id)