perltidy
[p5sagit/Config-Any.git] / t / 50-general.t
index 34cc74c..e684bf2 100644 (file)
@@ -10,7 +10,10 @@ SKIP: {
     is( $config->{ name }, 'TestApp' );
     ok( exists $config->{ Component } );
 
-    $config = eval { Config::Any::General->load( 't/conf/conf.conf', { -LowerCaseNames => 1 } ) };
+    $config = eval {
+        Config::Any::General->load( 't/conf/conf.conf',
+            { -LowerCaseNames => 1 } );
+    };
 
     ok( exists $config->{ component } );
 }