Skip to content

Commit

Permalink
Fix formatting on spacer line
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Dickinson committed Oct 6, 2024
1 parent 6684f81 commit 67c50c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshdb/utils/spreadsheet_import/parse_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_spreadsheet_install_notes(row: SpreadsheetRow) -> str:
notes = f"Spreadsheet Contact Notes:\n{row.contactNotes}"

if notes:
notes += f"-------\n\n"
notes += f"\n-------\n\n"

return notes

Expand Down

0 comments on commit 67c50c9

Please sign in to comment.