remove trailing whitespace
Hans Dieter Pearcey [Fri, 3 Apr 2009 02:49:13 +0000 (02:49 +0000)]
t/aggregate/unit_core_uri_for_action.t

index 499a1c7..b8f3944 100644 (file)
@@ -168,6 +168,6 @@ is($context->uri_for($chained_action, [ 1 ], 2, { q => 1 }),
     eval { $context->uri_for_action( '/does/not/exist' ) };
     like $@, qr{^Can't find action for path '/does/not/exist'},
         'uri_for_action croaks on nonexistent path';
-      
+
 }