commit 3809d99e78466142c4dd8247e40f0826f436e8b6
parent 4b2d8bcd3491ca2bb51f85e7923e2f4c79333432
Author: Adrián Oliva <[email protected]>
Date:   Sun,  7 May 2023 17:50:47 -0600

Just added a new line at the EOF.

Diffstat:
Mutils/sort.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/utils/sort.py b/utils/sort.py @@ -115,4 +115,4 @@ def sort_entries(my_entries: List[entry], rule: str) -> None: sort_by_date(my_entries) # Sort by amount. if rule.lower() in ['a', 'amount']: - sort_by_amount(my_entries) -\ No newline at end of file + sort_by_amount(my_entries)