cargo fmt

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-08-21 13:13:55 +02:00
parent acf22a05c1
commit 77bfb226ad
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -23,7 +23,7 @@ pub fn format_webhook(wh: &WebHook) -> Option<String> {
// Ignore: Action not on 'main' branch // Ignore: Action not on 'main' branch
return None; return None;
} }
// Unlikely to be reached as 'main' is probably never going to be deleted // Unlikely to be reached as 'main' is probably never going to be deleted
if push.commits.len() == 0 { if push.commits.len() == 0 {
// Ignore: Branch got deleted // Ignore: Branch got deleted
return None; return None;