whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestAppChainedAbsolutePathPart.pm
index 6ffd047..3c62aef 100644 (file)
@@ -2,15 +2,15 @@ package TestAppChainedAbsolutePathPart;
 
 use strict;
 use Catalyst qw/
-    Test::Errors 
-    Test::Headers 
+    Test::Errors
+    Test::Headers
 /;
 use Catalyst::Utils;
 
 our $VERSION = '0.01';
 
 TestAppChainedAbsolutePathPart
-    ->config( 
+    ->config(
         name => 'TestAppChainedAbsolutePathPart',
         root => '/some/dir'
     );