Strip trailing spaces
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Script / CGI.pm
index 48e1d43..1014854 100644 (file)
@@ -15,7 +15,7 @@ has help => ( isa => 'Bool',   is => 'ro', required => 0, default => sub { 0 } )
 
 sub run {
     my $self = shift;
-    
+
     pod2usage() if $self->help;
     my $app = $self->app;
     Class::MOP::load_class($app);