* Perltidy.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt / Parser / Default.pm
index 8c460c4..f8342fc 100644 (file)
@@ -10,13 +10,14 @@ use maybe 'MooseX::Getopt::Parser::Descriptive';
 sub new {
     my $class = shift;
     return maybe::HAVE_MOOSEX_GETOPT_PARSER_DESCRIPTIVE
-        ? MooseX::Getopt::Parser::Descriptive->new(@_)
-        : MooseX::Getopt::Parser::Long->new(@_);
+           ? MooseX::Getopt::Parser::Descriptive->new(@_)
+           : MooseX::Getopt::Parser::Long->new(@_);
 };
 
 
 1;
 
+
 __END__
 
 =pod