From 6dfa7d1cad316bd4444098e324fc3854be8efffb Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 3 Nov 2024 16:24:45 -0800 Subject: [PATCH] add missing call parameter --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index a20d477a..5ae2f720 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -14150,7 +14150,7 @@ sub store_token { if ( $match && $paren_flag && $token eq ')' ) { $match &&= $self->match_paren_control_flag( $type_sequence, - $paren_flag ); + $paren_flag, $rLL_new ); } if ($match) { -- 2.39.5