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
commit 77bfb226ad
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -23,7 +23,7 @@ pub fn format_webhook(wh: &WebHook) -> Option<String> {
// Ignore: Action not on 'main' branch
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 {
// Ignore: Branch got deleted
return None;