Skip to content

Commit

Permalink
whitespace (spaces -> tabs)
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Sep 4, 2014
1 parent 1015c69 commit 7620829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Test/Mojo/Most.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use parent 'Test::Mojo::Session';
use parent 'Test::Mojo::More';
use parent 'Test::Mojo::Trim';

our $VERSION = '0.02';
our $VERSION = '0.03';

__END__
Expand All @@ -32,8 +32,8 @@ L<Test::Most> but for Mojo
->session_has( ... )
# from Test::Mojo::More
->cookie_has( ... )
# from Test::Mojo::Trim
->trimmed_content_is( ... )
# from Test::Mojo::Trim
->trimmed_content_is( ... )
# and so on
;
Expand Down Expand Up @@ -64,7 +64,7 @@ This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. If you would like to contribute documentation
please raise an issue / pull request:
https://github.com/leejo/test-mojo-most
https://github.com/leejo/test-mojo-most
=head1 BUGS
Expand Down

0 comments on commit 7620829

Please sign in to comment.