From: Steve Hancock Date: Wed, 24 May 2023 16:36:59 +0000 (-0700) Subject: reformat X-Git-Tag: 20230309.03~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2859c61d6fbc832c592690133fa3e1c8ccb12b0b;p=perltidy.git reformat --- 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