Bug 7614: Fix my variable earlier declaration bug.
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Thu, 9 Mar 2017 11:06:20 +0000 (13:06 +0200)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 25 Jan 2019 14:46:59 +0000 (14:46 +0000)
Signed-off-by: Bob Bennhoff <bbennhoff@clicweb.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/db_dependent/Holds.t

index 89af53b..1e76ede 100755 (executable)
@@ -661,7 +661,6 @@ subtest 'CanItemBeReserved / holds_per_day tests' => sub {
     $schema->storage->txn_rollback;
 };
 
-
 # Helper method to set up a Biblio.
 sub create_helper_biblio {
     my $itemtype = shift;