whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_request_auth.t
index f5370ce..c7f94a5 100644 (file)
@@ -1,5 +1,3 @@
-#!perl
-
 # This tests to make sure the Authorization header is passed through by the engine.
 
 use strict;
@@ -38,6 +36,6 @@ use HTTP::Request::Common;
     }
 
     isa_ok( $creq, 'Catalyst::Request' );
-    
+
     is( $creq->header('Authorization'), 'Basic dGVzdDoxMjM0NQ==', 'auth header ok' );
 }