Skip to content

Commit

Permalink
remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Nov 26, 2012
1 parent 1b1155f commit 72824de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension.pm
Expand Up @@ -14,7 +14,7 @@ sub new {
extensions => \@extensions,
regex => $re,
}, $class;
};
}

sub filter {
my ( $self, $resource ) = @_;
Expand Down

0 comments on commit 72824de

Please sign in to comment.