Whitespace change to make vims syntax highlighting happy.
[catagits/Catalyst-Runtime.git] / 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');
   }