Fix annoying warnings in Utils::resolve_namespace.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index 5a975ed..d54d2ea 100644 (file)
@@ -680,7 +680,7 @@ of course it's being used.)
 
 sub dispatch_type {
     my ($self, $name) = @_;
-    
+
     # first param is undef because we cannot get the appclass
     $name = Catalyst::Utils::resolve_namespace(undef, 'Catalyst::DispatchType', $name);