Skip to content

Commit

Permalink
refactor: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Mar 24, 2024
1 parent 0cd9498 commit 69368b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/print_todos.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ def print_todos(
if stdscr is None:
print(
_color_to_ansi(todo.get_color().as_int())
+ _get_display_string(Todos(new_todos), position, relative, range(0), width, True)
+ _get_display_string(
Todos(new_todos), position, relative, range(0), width, True
)
)
continue
_print_todo(
Expand Down

0 comments on commit 69368b7

Please sign in to comment.