rustfmt
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
5f8b7d1c17
commit
b8987f6eeb
1 changed files with 23 additions and 25 deletions
|
@ -39,9 +39,7 @@ pub fn format_webhook(wh: &WebHook) -> Option<String> {
|
||||||
} else {
|
} else {
|
||||||
format!(
|
format!(
|
||||||
"[{}] {} deleted branch {}",
|
"[{}] {} deleted branch {}",
|
||||||
push.project.name,
|
push.project.name, push.user_name, push.ref_,
|
||||||
push.user_name,
|
|
||||||
push.ref_,
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue