From 92dd207b11447de395b536425770f84cdc8aac7e Mon Sep 17 00:00:00 2001 From: Cori Lynn Arnold Date: Mon, 1 Oct 2018 14:36:26 +0000 Subject: [PATCH] Bug 18584: Removed white space in C4/Matcher.pm Test Plan: 1-go to C4/Matcher.pm 2-verify there is no whitespace at line 25 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart --- C4/Matcher.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Matcher.pm b/C4/Matcher.pm index 7209511d76..5a62c055e4 100644 --- a/C4/Matcher.pm +++ b/C4/Matcher.pm @@ -44,7 +44,7 @@ C4::Matcher - find MARC records matching another one $matcher->add_matchpoint('isbn', 1000, [ { tag => '020', subfields => 'a', norms => [] } ]); $matcher->add_simple_required_check('245', 'a', -1, 0, '', '245', 'a', -1, 0, ''); - $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], + $matcher->add_required_check([ { tag => '245', subfields => 'a', norms => [] } ], [ { tag => '245', subfields => 'a', norms => [] } ]); my @matches = $matcher->get_matches($marc_record, $max_matches); -- 2.11.0