Enhancement/db_helper: Add extra newline to end of message for formatted_list_of_breaks
All checks were successful
Test Helper Module / test (3.11.5) (push) Successful in 1m33s
Test Helper Module / test (3.11.5) (pull_request) Successful in 1m33s

This commit is contained in:
2025-10-17 11:47:40 -06:00
parent ef24032b68
commit 33e5df4dfe

View File

@@ -224,7 +224,7 @@ class DBHelper():
else:
output += '\n'
output += "END OF MESSAGE"
output += "\nEND OF MESSAGE"
return output