Skip to content

Commit

Permalink
fix: typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp authored Aug 14, 2024
1 parent 803bd0f commit ceb4fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def body(self) -> str:
main_status = (
"passed! :white_check_mark:"
if not main_errors
else f"`failed in: `{'`, `'.join(main_errors)}`"
else f"failed in: `{'`, `'.join(main_errors)}`"
)
feature_status = (
"passed! :white_check_mark:"
Expand Down

0 comments on commit ceb4fd9

Please sign in to comment.