perltidy
[p5sagit/Config-Any.git] / lib / Config / Any / Perl.pm
index 1dd1499..5d8e0a5 100644 (file)
@@ -46,7 +46,7 @@ sub load {
     my $file  = shift;
     my $content;
 
-    unless( $content = $cache{ $file } ) {
+    unless ( $content = $cache{ $file } ) {
         $content = eval { require $file };
         $cache{ $file } = $content;
     }