Skip to content

Commit

Permalink
fix: add missing line break
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 4, 2024
1 parent ebf7e04 commit 263c338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def joj3_all(
(
f"joj3: update failed table for {exercise_name} by @{submitter} in "
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}"
),
)
Expand Down

0 comments on commit 263c338

Please sign in to comment.