Skip to content

Commit c3a509a

Browse files
committed
CS fixes
1 parent e193fc3 commit c3a509a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/Services/CollectionCleanupService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace App\Services;
66

7-
use App\Models\Collection;
87
use App\Models\Settings;
98
use Illuminate\Support\Facades\DB;
109
use Illuminate\Support\Str;
@@ -162,6 +161,7 @@ private function deleteOrphanCollections(bool $echoCLI): int
162161
if ($echoCLI) {
163162
cli()->error('Orphan cleanup delete failed after retries: '.$e->getMessage());
164163
}
164+
165165
return $deleted;
166166
}
167167
usleep(20000 * $attempt);
@@ -212,6 +212,7 @@ private function deleteCollectionsMissedAfterNzb(bool $echoCLI): int
212212
if ($echoCLI) {
213213
cli()->error('Missed-NZB cleanup delete failed after retries: '.$e->getMessage());
214214
}
215+
215216
return $deleted;
216217
}
217218
usleep(20000 * $attempt);

0 commit comments

Comments
 (0)