Less trailing whitespace.
Florian Ragwitz [Sun, 29 Nov 2009 14:00:51 +0000 (14:00 +0000)]
lib/Catalyst/Script/Server.pm
t/aggregate/unit_core_script_create.t
t/lib/ScriptTestApp/Script/Bar.pm

index 9438f05..77b9d9b 100644 (file)
@@ -166,7 +166,6 @@ sub run {
 
         my $subclass = Catalyst::Restarter->pick_subclass;
 
-        
         my $restarter = $subclass->new(
             $self->_restarter_args()
         );
index db2e5af..588cfd5 100644 (file)
@@ -18,7 +18,7 @@ use lib "$Bin/../lib";
 {
     package TestHelperClass;
     use Moose;
-    
+
     has 'newfiles' => ( is => 'ro', init_arg => '.newfiles' );
     has 'mech' => ( is => 'ro' );
     our @ARGS;
index 1d01fad..9617441 100644 (file)
@@ -6,4 +6,4 @@ with 'Catalyst::ScriptRole';
 
 sub run { __PACKAGE__ }
 
-1;
\ No newline at end of file
+1;