Swap tabs for space
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication / Store / Minimal.pm
index f81d6e6..f79b97e 100644 (file)
@@ -36,7 +36,7 @@ sub setup {
 
     $c->default_auth_store( Catalyst::Authentication::Store::Minimal->new( $cfg, $c ) ) if $cfg;
 
-       $c->next::method(@_);
+    $c->next::method(@_);
 }
 
 foreach my $method (qw/ get_user user_supports find_user from_session /) {