Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 4, 2017
1 parent d81f839 commit 45f90bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojo/Loader.pm
Expand Up @@ -172,8 +172,8 @@ Search for modules in a namespace non-recursively.
Load a class and catch exceptions, returns a false value if loading was
successful, a true value if the class was not found, or a L<Mojo::Exception>
object if loading failed. Note that classes are checked for a C<new> method
to see if they are already loaded.
object if loading failed. Note that classes are checked for a C<new> method to
see if they are already loaded.
# Handle exceptions
if (my $e = load_class 'Foo::Bar') {
Expand Down

0 comments on commit 45f90bd

Please sign in to comment.