remove some whitespace dzil complains about
[catagits/HTTP-Request-AsCGI.git] / t / 08error.t
index f117014..1d516fb 100644 (file)
@@ -32,7 +32,7 @@ ok( length($response->content) > 0, 'Response Content' );
     my $c = HTTP::Request::AsCGI->new($r);
 
     $c->setup;
-    
+
     print "Content-Type: text/plain\n";
     print "Status: 500 Borked\n";
     print "\n";