Skip to content

Commit

Permalink
Add extra line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Achllle committed Jul 27, 2023
1 parent c882990 commit b1b5718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts_list/csv_to_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def assembly_cost(total_sub_assembly_cost, nb_subassy_req):
total_ext_price += extended_price
text += assembly_cost(total_ext_price, 1)
all_assemblies_cost += total_ext_price
text += "\n"
text += "\n\n"

md_text = \
f"""
Expand Down

0 comments on commit b1b5718

Please sign in to comment.