remove redundant check
parent
a1e21f0d7c
commit
a2d6caf9a0
|
@ -17,7 +17,7 @@ handle remainder => sub {
|
|||
{
|
||||
if ($_ =~ /[a-z]/i)
|
||||
{
|
||||
++$freq{$_} if $_;
|
||||
++$freq{$_};
|
||||
++$count;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue