]> git.donarmstrong.com Git - perltidy.git/commitdiff
fix minor -dma issue
authorSteve Hancock <perltidy@users.sourceforge.net>
Tue, 28 May 2024 02:00:02 +0000 (19:00 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Tue, 28 May 2024 02:00:02 +0000 (19:00 -0700)
lib/Perl/Tidy/Formatter.pm

index 6ea7b12d4a67ca5051c8993ab2833a071e072312..0e83852e91b7bab4c4d862e199d6d88f7e8e09f9 100644 (file)
@@ -13565,6 +13565,7 @@ sub count_list_args {
                     next if ( $type_last eq 'k' && $token_last eq 'scalar' );
                     next if ( $type_last eq '+' );
                     next if ( $type_last eq q{\\} );
+                    next if ( $type_last eq '!' );
                 }
                 return;
             }