From 67c50c990da9ba75afe78ed9f5a021229e8d21f5 Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Sun, 6 Oct 2024 19:30:06 -0400 Subject: [PATCH] Fix formatting on spacer line --- src/meshdb/utils/spreadsheet_import/parse_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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