Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-06-03 02:15:24 +02:00
parent 5f8b7d1c17
commit b8987f6eeb

View file

@ -39,9 +39,7 @@ pub fn format_webhook(wh: &WebHook) -> Option<String> {
} else {
format!(
"[{}] {} deleted branch {}",
push.project.name,
push.user_name,
push.ref_,
push.project.name, push.user_name, push.ref_,
)
}
}