From bbb48d782f91245f8dcf8cb8aabbced95bc56e7c Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 19 Nov 2024 00:22:16 +0000 Subject: [PATCH] Bug 38454: Tidy Signed-off-by: David Cook --- Koha/REST/V1.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/REST/V1.pm b/Koha/REST/V1.pm index 8a79189501..55d84d5f02 100644 --- a/Koha/REST/V1.pm +++ b/Koha/REST/V1.pm @@ -64,7 +64,7 @@ sub startup { ); $self->hook( around_action => sub { - my ($next, $c, $action, $last) = @_; + my ( $next, $c, $action, $last ) = @_; # Flush memory caches before every request Koha::Caches->flush_L1_caches(); -- 2.39.5