Skip to content

Commit

Permalink
Removed whitespace according to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Aug 21, 2023
1 parent 136d317 commit 3fab33b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lowfat/models/claimant.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ def claimantship_spent(self):
)

return sum([expense.amount_authorized_for_payment for expense in this_claimant_expenses])

def claimantship_total(self):
"""The total of available, committed, spent and passed funds.
To be used for the width of the money bar graph to prevent it spilling onto 2 lines."""

return self.claimantship_committed() + self.claimantship_spent() + abs(self.claimantship_available()) + self.claimantship_passed()

0 comments on commit 3fab33b

Please sign in to comment.