Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
abinthomasonline committed Aug 5, 2024
1 parent 8c45cdd commit 90efed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions repopack/output_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ def generate_xml_output(
if config["output"]["remove_comments"]:
ET.SubElement(notes, "note").text = "Code comments have been removed."
if config["output"]["show_line_numbers"]:
ET.SubElement(
notes, "note"
).text = "Line numbers have been added to the beginning of each line."
ET.SubElement(notes, "note").text = (
"Line numbers have been added to the beginning of each line."
)

# Add repository structure
ET.SubElement(root, "repository_structure").text = tree_string
Expand Down

0 comments on commit 90efed4

Please sign in to comment.