|
@@ -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,
|
|
|
),
|
|
|
);
|