Skip to content

Commit 5b6f229

Browse files
Add missing space to primer comment
1 parent 9c21bfa commit 5b6f229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/primer/primer_tool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _create_comment(
273273
if len(comment) + len(hash_information) >= MAX_GITHUB_COMMENT_LENGTH:
274274
truncation_information = (
275275
f"*This comment was truncated because GitHub allows only"
276-
f"{MAX_GITHUB_COMMENT_LENGTH} characters in a comment.*"
276+
f" {MAX_GITHUB_COMMENT_LENGTH} characters in a comment.*"
277277
)
278278
max_len = (
279279
MAX_GITHUB_COMMENT_LENGTH

0 commit comments

Comments
 (0)