Skip to content

Commit 5404fd0

Browse files
committed
triagebot: avoid unnecessary line break in PR welcome message
1 parent 90529c8 commit 5404fd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ days-threshold = 7
8282
[assign.custom_welcome_messages]
8383
welcome-message = ""
8484
welcome-message-no-reviewer = """\
85-
Thanks for the PR. If you have write access, feel free to merge this PR if it
86-
does not need reviews. You can request a review using `r? rustc-dev-guide` or
85+
Thanks for the PR. If you have write access, feel free to merge this PR if it \
86+
does not need reviews. You can request a review using `r? rustc-dev-guide` or \
8787
`r? <username>`.
8888
"""
8989

0 commit comments

Comments
 (0)