Skip to content

Commit e63710d

Browse files
andrasbacsaigithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8b95b3c commit e63710d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Jobs/ApplicationDeploymentJob.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ private function decide_what_to_do()
316316
{
317317
if ($this->restart_only) {
318318
$this->just_restart();
319+
319320
return;
320321
} elseif ($this->pull_request_id !== 0) {
321322
$this->deploy_pull_request();

0 commit comments

Comments
 (0)