Skip to content

Commit e741248

Browse files
mychidarkogithub-actions[bot]
authored andcommitted
chore: fix styling
1 parent 6b4b750 commit e741248

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Queue/Commands/DeleteJobCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ protected function handle()
2424

2525
if (!\Leaf\FS\File::exists($file)) {
2626
$this->error("$job doesn't exist");
27+
2728
return 1;
2829
}
2930

src/Queue/Commands/GenerateJobCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ protected function handle()
3131

3232
if (\Leaf\FS\File::exists($file)) {
3333
$this->error("$job already exists");
34+
3435
return 1;
3536
}
3637

0 commit comments

Comments
 (0)