reverting (most of) the whitespace changes
[catagits/Catalyst-Runtime.git] / t / lib / Catalyst / Plugin / Test / Errors.pm
index f5212e3..b040b1c 100644 (file)
@@ -13,10 +13,10 @@ sub error {
     if ( $_[0] =~ /^(Unknown resource|No default action defined)/ ) {
         $c->response->status(404);
     }
-
+    
     if ( $_[0] =~ /^Couldn\'t forward/ ) {
         $c->response->status(404);
-    }
+    }    
 
     if ( $_[0] =~ /^Caught exception/ ) {
         $c->response->status(500);