Skip to content

Commit 548253f

Browse files
committed
Fix newline in message
1 parent 9aa64e1 commit 548253f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const WELCOME_WITHOUT_REVIEWER: &str = "@Mark-Simulacrum (NB. this repo may be m
5858
const RETURNING_USER_WELCOME_MESSAGE: &str = "r? @{assignee}
5959
6060
{bot} has assigned @{assignee}.
61-
They will have a look at your PR within the next two weeks and either review your PR or
61+
They will have a look at your PR within the next two weeks and either review your PR or \
6262
reassign to another reviewer.
6363
6464
Use r? to explicitly pick a reviewer";

0 commit comments

Comments
 (0)