whitespace cleanup
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Utils.pm
index 9f602f6..30ca196 100644 (file)
@@ -572,7 +572,7 @@ sub inject_component {
             croak "Unable to build component package for \"$component_package\": $@";
         Moose::Util::apply_all_roles($component_package, @{$given{traits}}) if $given{traits};
         (my $file = "$component_package.pm") =~ s{::}{/}g;
-        $INC{$file} ||= 1;    
+        $INC{$file} ||= 1;
     }
 
     my $_setup_component = sub {