whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Engine / Response / Large.pm
index 75d4ef3..b49222d 100644 (file)
@@ -5,7 +5,7 @@ use base 'Catalyst::Controller';
 
 sub one : Relative {
     my ( $self, $c ) = @_;
-    $c->res->output( 'x' x (100 * 1024) ); 
+    $c->res->output( 'x' x (100 * 1024) );
 }
 
 sub two : Relative {