update gitignore
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / mockapp / mockapp_local.pl
index 02a6ab1..f337f0e 100644 (file)
@@ -1,11 +1,4 @@
-{
-    view => 'View::TT::New',
-    'Controller::Foo' => {
-        new => 'key'
-    },
-    Component => {
-        'Model::Baz' => {
-            'another' => 'new key'
-        }
-    }
+{   view              => 'View::TT::New',
+    'Controller::Foo' => { new => 'key' },
+    Component         => { 'Model::Baz' => { 'another' => 'new key' } }
 }