From 3472cb096837d62e6ac126bba30d4323fce8f712 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Mon, 11 May 2020 16:37:51 -0700 Subject: [PATCH] removed unwanted (but harmless) call --- lib/Perl/Tidy/Formatter.pm | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.5