From c926c8ceca5a9d10bee5e2af2b780647299d5afd Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Fri, 26 Apr 2024 16:08:07 -0700 Subject: [PATCH] fix hash key typo --- lib/Perl/Tidy/Formatter.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- 2.39.5