Remove trailing whitespace
Tomas Doran [Sun, 24 Jul 2011 17:02:36 +0000 (18:02 +0100)]
lib/Catalyst/DispatchType/Path.pm

index 4c23aaa..0578ff4 100644 (file)
@@ -57,10 +57,10 @@ sub list {
         foreach my $action ( @{ $self->_paths->{$path} } ) {
             my $args  = $action->attributes->{Args}->[0];
             my $parts = defined($args) ? '/*' x $args : '/...';
-            
+
             my $display_path = "/$path/$parts";
             $display_path =~ s{/{1,}}{/}g;
-             
+
             $paths->row( $display_path, "/$action" );
         }
     }