Missed a hard tab
Tomas Doran [Mon, 5 Jan 2009 18:54:53 +0000 (18:54 +0000)]
lib/Catalyst/Plugin/RequireSSL.pm

index 8a4290f..bf665b5 100644 (file)
@@ -103,7 +103,7 @@ sub _redirect_uri {
         $redir .= '?' . join( '&', @params );
     }  
           
-    if ( $c->config->{require_ssl}->{no_cache} ) {     
+    if ( $c->config->{require_ssl}->{no_cache} ) {        
         delete $c->config->{require_ssl}->{$type};
     }