Skip to content

Commit

Permalink
small formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 12, 2013
1 parent 4d0341a commit 311aede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Test/Mojo.pm
Expand Up @@ -225,8 +225,7 @@ sub or {

sub patch_ok { shift->_request_ok(patch => @_) }
sub post_ok { shift->_request_ok(post => @_) }

sub put_ok { shift->_request_ok(put => @_) }
sub put_ok { shift->_request_ok(put => @_) }

sub request_ok {
my $self = shift;
Expand Down

0 comments on commit 311aede

Please sign in to comment.