From: Florian Ragwitz Date: Fri, 12 Sep 2008 14:33:31 +0000 (+0000) Subject: Whitespace change to make vims syntax highlighting happy. X-Git-Tag: 5.8000_03~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c48335a32ac4189b8613b1dbb8837d7a7cc4dc40;hp=1c6a35b15865e23dbcbb8328df093bc6e50831b6 Whitespace change to make vims syntax highlighting happy. --- diff --git a/t/unit_core_component_mro.t b/t/unit_core_component_mro.t index 7818402..45d0925 100644 --- a/t/unit_core_component_mro.t +++ b/t/unit_core_component_mro.t @@ -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'); }