From 653c171faddfea4d4eb9d867697219970de106c9 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 13 Feb 2024 18:30:25 +0000 Subject: [PATCH] Bug 35977: (follow-up) Perltidy whitespace fixes Signed-off-by: Owen Leonard --- opac/opac-reserve.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opac/opac-reserve.pl b/opac/opac-reserve.pl index 4ccdbaa184..b7d45db2c7 100755 --- a/opac/opac-reserve.pl +++ b/opac/opac-reserve.pl @@ -623,8 +623,8 @@ if ( C4::Context->preference( 'OPACAllowHoldDateInFuture' ) ) { $template->param( - reserve_in_future => 1, - today => dt_from_string, + reserve_in_future => 1, + today => dt_from_string, ); } -- 2.30.2