extra whitespace at end of line
André Walker [Wed, 8 Jun 2011 12:53:59 +0000 (09:53 -0300)]
lib/Catalyst/Container.pm

index 5b4db4d..b9ae62e 100644 (file)
@@ -149,7 +149,7 @@ sub BUILD {
         service global_config => (
             block => sub {
                 my $s = shift;
+
                 return Config::Any->load_files({
                     files       => $s->param('global_files'),
                     filter      => \&_fix_syntax,