From 2859c61d6fbc832c592690133fa3e1c8ccb12b0b Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Wed, 24 May 2023 09:36:59 -0700 Subject: [PATCH] reformat --- lib/Perl/Tidy/VerticalAligner.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Perl/Tidy/VerticalAligner.pm b/lib/Perl/Tidy/VerticalAligner.pm index d008cd52..e0e0b775 100644 --- a/lib/Perl/Tidy/VerticalAligner.pm +++ b/lib/Perl/Tidy/VerticalAligner.pm @@ -2253,11 +2253,11 @@ sub sweep_left_to_right { $is_good_alignment_token{'='} = 1; $is_good_alignment_token{'if'} = 1; $is_good_alignment_token{'unless'} = 1; - $is_good_alignment_token{'=>'} = 1 + $is_good_alignment_token{'=>'} = 1; - # Note the hash values are set so that: - # if ($is_good_alignment_token{$raw_tok}) => best - # if defined ($is_good_alignment_token{$raw_tok}) => good or best + # Note the hash values are set so that: + # if ($is_good_alignment_token{$raw_tok}) => best + # if defined ($is_good_alignment_token{$raw_tok}) => good or best } ## end BEGIN -- 2.39.5