whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Engine / Response / Print.pm
index 13f3d04..7fc719f 100644 (file)
@@ -5,7 +5,7 @@ use base 'Catalyst::Controller';
 
 sub one :Relative {
     my ( $self, $c ) = @_;
-    
+
     $c->res->print("foo");
 }