Whitespace change to make vims syntax highlighting happy.
Florian Ragwitz [Fri, 12 Sep 2008 14:33:31 +0000 (14:33 +0000)]
t/unit_core_component_mro.t

index 7818402..45d0925 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
   package MyApp::Component;
   use Test::More;
 
-  sub COMPONENT{
+  sub COMPONENT {
     my $caller = caller;
     is($caller, 'Catalyst::Component', 'Correct method resolution');
   }