فهرست منبع

Merge pull request #846 from camelid/patch-1

Add missing space to message
Mark Rousskov 4 سال پیش
والد
کامیت
b7df920a9d
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,
                 ),
             );