From 5da98651cb7d4c80fdf0f90b3416493f703ed065 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 25 Aug 2024 08:26:12 -0700 Subject: [PATCH] add missing call parens --- 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 2c5f7486..ce79308e 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -30022,7 +30022,7 @@ EOM # Loop Section B: Handle a sequenced token #----------------------------------------- if ($type_sequence) { - $self->break_lists_type_sequence; + $self->break_lists_type_sequence(); } #------------------------------------------ -- 2.39.5