From: Steve Hancock Date: Fri, 26 Apr 2024 23:08:07 +0000 (-0700) Subject: fix hash key typo X-Git-Tag: 20240511~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c926c8ceca5a9d10bee5e2af2b780647299d5afd;p=perltidy.git fix hash key typo --- diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 0dbc2e75..2c79c59e 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -14964,7 +14964,7 @@ EOM my $letter = $item->{letter}; my $name = $item->{name}; my $shift_count_min = $item->{shift_count_min}; - my $shift_count_max = $item->{shift_count_min}; + my $shift_count_max = $item->{shift_count_max}; my $min_arg_count = $item->{min_arg_count}; my $max_arg_count = $item->{max_arg_count}; my $note = $item->{note};