whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / useless_set_headers.t
index 0db6fda..78873fb 100644 (file)
@@ -13,7 +13,7 @@ use HTTP::Request::Common;
 
   sub my_warnings { $warn[0] };
   sub warn { shift; push(@warn, @_) }
+
   package MyApp::Controller::Root;
   $INC{'MyApp/Controller/Root.pm'} = __FILE__;