diff --git a/src/github/nag.rs b/src/github/nag.rs index ac79628a..7f25c652 100644 --- a/src/github/nag.rs +++ b/src/github/nag.rs @@ -1186,10 +1186,10 @@ impl<'a> RfcBotComment<'a> { Self::add_comment_url(issue, &mut msg, status_comment_id); msg.push_str("), is now **complete**."); - msg.push_str("\n\nAs the automated representative of the governance process,\ + msg.push_str("\n\nAs the automated representative of the governance process, \ I would like to thank @"); msg.push_str(&author.login); - msg.push_str("for their work and everyone else who contributed."); + msg.push_str(" for their work and everyone else who contributed."); match disposition { FcpDisposition::Merge => {