Skip to content

Commit

Permalink
Removed whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschultze authored Mar 27, 2024
1 parent f1d6207 commit 53e30c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RecordManager/Base/Deduplication/DedupHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ function () use ($record) {
if (empty($this->dataSourceConfig[$candidate['source_id']]['dedup'])) {
continue;
}

// Check that we haven't already tried this candidate
if (isset($noMatchRecordIds[$candidate['_id']])) {
continue;
Expand Down

0 comments on commit 53e30c7

Please sign in to comment.