whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestApp2 / Controller / Root.pm
index 0fefe63..e40ee8c 100644 (file)
@@ -8,7 +8,7 @@ __PACKAGE__->config(namespace => q{});
 use base 'Catalyst::Controller';
 
 # your actions replace this one
-sub main :Path('') { 
+sub main :Path('') {
     $_[1]->res->body('<h1>It works</h1>');
     $_[1]->res->content_type('text/html');
 }