Skip to content

Commit

Permalink
Single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talina06 committed Jul 7, 2014
1 parent 83c867d commit 0029db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Model/API/User.pm
Expand Up @@ -44,7 +44,7 @@ sub add_stargazer {

sub remove_stargazer {
my ( $self, $data, $token ) = @_;
$self->request( "/user/stargazer/" . $data->{module},
$self->request( '/user/stargazer/' . $data->{module},
undef, { method => 'DELETE', token => $token } );
}

Expand Down

0 comments on commit 0029db6

Please sign in to comment.