]> git.donarmstrong.com Git - perltidy.git/commitdiff
reformat
authorSteve Hancock <perltidy@users.sourceforge.net>
Wed, 24 May 2023 16:36:59 +0000 (09:36 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Wed, 24 May 2023 16:36:59 +0000 (09:36 -0700)
lib/Perl/Tidy/VerticalAligner.pm

index d008cd52f546cf6058d4c8af9c89930d4c668bfe..e0e0b77524d61be92996b9341f53d782c7782925 100644 (file)
@@ -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