Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Oct 10, 2023
1 parent c518521 commit 9a5235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blacklight/ReleaseRemover.php
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ protected function removeBlacklist(): bool
SELECT r.guid, r.searchname, r.id
FROM releases r %s %s %s %s',
$regexSQL,
!empty($searchResult) ? ' WHERE r.id IN ('.implode(',', $searchResult).')' : '',
! empty($searchResult) ? ' WHERE r.id IN ('.implode(',', $searchResult).')' : '',
$groupID,
$this->crapTime,
);
Expand Down

0 comments on commit 9a5235f

Please sign in to comment.