whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / ACLTestApp.pm
index 2b7a010..5c6aadb 100644 (file)
@@ -17,8 +17,8 @@ sub execute {
     my ( $class, $action ) = @_;
 
     if ( Scalar::Util::blessed($action)
-        and $action->name ne "foobar" ) {
-       eval { $c->detach( 'foobar', [$action, 'foo'] ) };
+      and $action->name ne "foobar" ) {
+        eval { $c->detach( 'foobar', [$action, 'foo'] ) };
     }
 
     $c->next::method( @_ );