whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_large.t
index 05c01fc..c00ff73 100644 (file)
@@ -19,7 +19,7 @@ for my $action ( keys %{$expected} ) {
     ok( my $response = request('http://localhost/engine/response/large/' . $action ),
         'Request' );
     ok( $response->is_success, 'Response Successful 2xx' );
-    
+
     is( length( $response->content ), length( $expected->{$action} ), 'Length OK' );
 }