whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Action / Chained / CaptureArgs.pm
index d42ab67..0a2783e 100644 (file)
@@ -12,7 +12,7 @@ use base qw( Catalyst::Controller );
 #      /captureargs/*/edit
 #      /captureargs/test/*
 #   It will output the arguments they got passed to @_ after the
-#   context object. 
+#   context object.
 #   /captureargs/one/edit should not dispatch to /captureargs/*/*
 #   /captureargs/test/one should not dispatch to /captureargs/*/*