Remove some whitespace
Dave Rolsky [Mon, 18 Oct 2010 14:42:15 +0000 (09:42 -0500)]
lib/Moose/Meta/Role.pm

index b711e4e..faad606 100644 (file)
@@ -461,7 +461,6 @@ sub apply {
     }
 
     if ( $deprecation_check ) {
-        
         Moose::Deprecated::deprecated(
             feature => 'alias or excludes',
             message =>
@@ -473,7 +472,6 @@ sub apply {
     }
 
     if ( exists $args{'-excludes'} ) {
-
         # I wish we had coercion here :)
         $args{'-excludes'} = (
             ref $args{'-excludes'} eq 'ARRAY'