Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrychu committed Jan 23, 2024
1 parent 492e1d8 commit 20a7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def job_records_to_slack_message(job_records: JOB_RECORDS) -> str:
for job_record in job_records:
slack_message += "\n"
for key, value in job_record.items():
slack_message += f"⦿ {key}: {value}"
slack_message += f"⦿ {key}: {value}\n"
return slack_message


Expand Down

0 comments on commit 20a7354

Please sign in to comment.