Fix styling

This commit is contained in:
andrasbacsai 2024-06-11 11:13:36 +00:00 committed by github-actions[bot]
parent 8b95b3c1bf
commit e63710dfb4

View File

@ -316,6 +316,7 @@ private function decide_what_to_do()
{ {
if ($this->restart_only) { if ($this->restart_only) {
$this->just_restart(); $this->just_restart();
return; return;
} elseif ($this->pull_request_id !== 0) { } elseif ($this->pull_request_id !== 0) {
$this->deploy_pull_request(); $this->deploy_pull_request();