Fix annoying warnings in Utils::resolve_namespace.
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_action_action.t
index 1e11b18..fd2b4cd 100644 (file)
@@ -106,7 +106,7 @@ sub run_tests {
             'Content is a serialized Catalyst::Request'
         );
     }
-    
+
     {
         ok( my $response = request('http://localhost/action_action_five'),
             'Request' );
@@ -126,7 +126,6 @@ sub run_tests {
             'Content is a serialized Catalyst::Request'
         );
     }
-    
 
     {
         ok( my $response = request('http://localhost/action_action_six'),