Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
unlisted committed May 7, 2012
1 parent a1e21f0 commit a2d6caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DDG/Goodie/Frequency.pm
Expand Up @@ -17,7 +17,7 @@ handle remainder => sub {
{
if ($_ =~ /[a-z]/i)
{
++$freq{$_} if $_;
++$freq{$_};
++$count;
};
};
Expand Down

0 comments on commit a2d6caf

Please sign in to comment.