diff --git a/src/meshdb/utils/spreadsheet_import/parse_install.py b/src/meshdb/utils/spreadsheet_import/parse_install.py index b27d671b..f01b1929 100644 --- a/src/meshdb/utils/spreadsheet_import/parse_install.py +++ b/src/meshdb/utils/spreadsheet_import/parse_install.py @@ -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