add missing new line at end of file
This commit is contained in:
parent
47bb634035
commit
9348f4f366
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue