make sure we are explicit in the return
[catagits/Catalyst-Runtime.git] / t / utf_incoming.t
index 8b88a0e..5293951 100644 (file)
@@ -558,10 +558,8 @@ SKIP: {
         my $res = request $req;
         is ($res->code, '400', "Invalid get param is 400") or diag Dumper($res->decoded_content);
     }
-
 }
 
-
 ## should we use binmode on filehandles to force the encoding...?
 ## Not sure what else to do with multipart here, if docs are enough...