whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestAppUnicode / Controller / Root.pm
index a944b95..f693486 100644 (file)
@@ -7,7 +7,7 @@ __PACKAGE__->config(namespace => q{});
 
 use base 'Catalyst::Controller';
 
-sub main :Path('') { 
+sub main :Path('') {
     my ($self, $ctx, $charset) = @_;
     my $content_type = 'text/html';
     if ($ctx->stash->{charset}) {