Pārlūkot izejas kodu

Add missing space to message

Camelid 4 gadi atpakaļ
vecāks
revīzija
24610ee7bb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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,
                 ),
             );