We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b6df7 commit 4ac93b2Copy full SHA for 4ac93b2
src/github/nag.rs
@@ -1186,10 +1186,10 @@ impl<'a> RfcBotComment<'a> {
1186
Self::add_comment_url(issue, &mut msg, status_comment_id);
1187
msg.push_str("), is now **complete**.");
1188
1189
- msg.push_str("\n\nAs the automated representative of the governance process,\
+ msg.push_str("\n\nAs the automated representative of the governance process, \
1190
I would like to thank @");
1191
msg.push_str(&author.login);
1192
- msg.push_str("for their work and everyone else who contributed.");
+ msg.push_str(" for their work and everyone else who contributed.");
1193
1194
match disposition {
1195
FcpDisposition::Merge => {
0 commit comments