Skip to content

Commit

Permalink
planner showing improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorij-Dudnik committed Jan 7, 2025
1 parent caa78be commit 5bd733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/print_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def print_formatted_content_planner(content):
snippet_content = lines[1].strip()
# Place outside text after this snippet
outside_text = outside_texts[i+1].strip()
print_code_snippet(code=snippet_content, title=filename, extension=filename.split(".")[-1])
print_code_snippet(code=snippet_content, title=filename, extension="diff")
print_formatted(content=outside_text, color="dark_grey")


Expand Down

0 comments on commit 5bd733d

Please sign in to comment.