From: Steve Hancock Date: Mon, 11 May 2020 23:37:51 +0000 (-0700) Subject: removed unwanted (but harmless) call X-Git-Tag: 20200619~35 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3472cb096837d62e6ac126bba30d4323fce8f712;p=perltidy.git removed unwanted (but harmless) call --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 8de1919b..5330ba4f 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -7234,7 +7234,6 @@ sub copy_token_as_type { # otherwise, we have to shut things down completely. else { $self->process_batch_of_CODE($comma_count_in_batch) } - $self->end_batch(); Perl::Tidy::VerticalAligner::flush(); return; }