and a little more
[gitmo/Moose.git] / t / 040_type_constraints / 022_custom_type_errors.t
index 32bcfbc..f9ddf6f 100644 (file)
@@ -25,9 +25,7 @@ use Test::Exception;
         isa     => 'NaturalLessThanTen',
         lazy    => 1,
         default => 0,
-
     );
-
 }
 
 lives_ok { my $goat = Animal->new( leg_count => 4 ) }