瀏覽代碼

Add missing space to message

Camelid 4 年之前
父節點
當前提交
24610ee7bb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/handlers/ping.rs

+ 2 - 2
src/handlers/ping.rs

@@ -40,8 +40,8 @@ pub(super) async fn handle_command(
             let cmnt = ErrorComment::new(
                 &event.issue().unwrap(),
                 format!(
-                    "This team (`{}`) cannot be pinged via this command;\
-                 it may need to be added to `triagebot.toml` on the master branch.",
+                    "This team (`{}`) cannot be pinged via this command; \
+                    it may need to be added to `triagebot.toml` on the master branch.",
                     team_name.team,
                 ),
             );