summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-06-04 21:25:15 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-06-04 21:25:15 +0800
commit94901629b4f8cb6b04b5a2f0ddb6b93cb8f321b1 (patch)
treecc5466c445cf25aaa9b32e85b6861142daa2ab55 /src/doc/rustc-dev-guide
parente80275489dbccd50f78623f659f11ef0d5d915f6 (diff)
downloadrust-94901629b4f8cb6b04b5a2f0ddb6b93cb8f321b1.tar.gz
rust-94901629b4f8cb6b04b5a2f0ddb6b93cb8f321b1.zip
triagebot: avoid unnecessary line break in PR welcome message
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/triagebot.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/triagebot.toml b/src/doc/rustc-dev-guide/triagebot.toml
index ca6fa9f5fa5..b3f4c2d281c 100644
--- a/src/doc/rustc-dev-guide/triagebot.toml
+++ b/src/doc/rustc-dev-guide/triagebot.toml
@@ -82,8 +82,8 @@ days-threshold = 7
 [assign.custom_welcome_messages]
 welcome-message = ""
 welcome-message-no-reviewer = """\
-Thanks for the PR. If you have write access, feel free to merge this PR if it
-does not need reviews. You can request a review using `r? rustc-dev-guide` or
+Thanks for the PR. If you have write access, feel free to merge this PR if it \
+does not need reviews. You can request a review using `r? rustc-dev-guide` or \
 `r? <username>`.
 """