Skip to content

Commit

Permalink
Unnecessary parens.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Mar 22, 2011
1 parent 0284664 commit 33a060d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PGXN/API/Search.pm
Expand Up @@ -62,7 +62,7 @@ sub search {
field => $field,
);
$highlighter = sub {
return (excerpt => $h->create_excerpt(shift));
return excerpt => $h->create_excerpt(shift);
};
} else {
$highlighter = sub { };
Expand Down

0 comments on commit 33a060d

Please sign in to comment.