fix: add missing line break

This commit is contained in:
张泊明518370910136 2024-11-04 03:36:34 -05:00
parent ebf7e04282
commit 263c3383bb
GPG Key ID: CA088E6D9284F870

View File

@ -604,7 +604,7 @@ def joj3_all(
( (
f"joj3: update failed table for {exercise_name} by @{submitter} in " f"joj3: update failed table for {exercise_name} by @{submitter} in "
f"{settings.gitea_org_name}/{submitter_repo_name}@{commit_hash}\n\n" f"{settings.gitea_org_name}/{submitter_repo_name}@{commit_hash}\n\n"
f"gitea actions link: {gitea_actions_url}" f"gitea actions link: {gitea_actions_url}\n"
f"gitea issue link: {gitea_issue_url}" f"gitea issue link: {gitea_issue_url}"
), ),
) )