perltidy
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp / Controller / Config.pm
index d60c7b3..31c480a 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use base qw( Catalyst::Controller );
 
 sub index : Private {
-    my( $self, $c ) = @_;
+    my ( $self, $c ) = @_;
     $c->res->output( $self->{ foo } );
 }