From: Steve Hancock Date: Sun, 25 Aug 2024 15:26:12 +0000 (-0700) Subject: add missing call parens X-Git-Tag: 20240903~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5da98651cb7d4c80fdf0f90b3416493f703ed065;p=perltidy.git add missing call parens --- 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(); } #------------------------------------------