fixed some minor bugs
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index 6e53d5b..5265b3e 100644 (file)
@@ -630,7 +630,6 @@ sub default : Private {
     my ( \$self, \$c ) = \@_;
     \$c->res->output('Congratulations, $class is on Catalyst!');
 }
-
 EOF
     my $file = $self->{file};
     return $self->mk_file( "$file", <<"EOF");