Fix indentation
This commit is contained in:
parent
156657a2fe
commit
30db62d7d5
1 changed files with 1 additions and 1 deletions
2
tab
2
tab
|
@ -70,7 +70,7 @@ def formatted_transactions(transactions, final_balance, me):
|
||||||
return [
|
return [
|
||||||
*(formatted_transaction(t, me) for t in all_but_last),
|
*(formatted_transaction(t, me) for t in all_but_last),
|
||||||
formatted_transaction(transactions[-1], me, final_balance)
|
formatted_transaction(transactions[-1], me, final_balance)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
def main(me, token, file=sys.stdout):
|
def main(me, token, file=sys.stdout):
|
||||||
|
|
Loading…
Reference in a new issue