cargo fmt
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
acf22a05c1
commit
77bfb226ad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue