kill tabs in some tests
Chris Prather [Mon, 15 Feb 2010 02:51:22 +0000 (21:51 -0500)]
t/040_type_constraints/005_util_type_coercion.t
t/040_type_constraints/030_class_subtypes.t

index 4d64909..49f9069 100644 (file)
@@ -7,7 +7,7 @@ use Test::More;
 use Test::Exception;
 
 BEGIN {
-       use_ok('Moose::Util::TypeConstraints');
+    use_ok('Moose::Util::TypeConstraints');
 }
 
 {
index bce023e..91c61c1 100644 (file)
@@ -26,8 +26,8 @@ my $Int = find_type_constraint('Int');
 ok $Int, 'Got a good type contstraint';
 
 my $parent  = Test::Moose::Meta::TypeConstraint::AnySubType->new({
-               name => "Test::Moose::Meta::TypeConstraint::AnySubType" ,
-               parent => $Int,
+        name => "Test::Moose::Meta::TypeConstraint::AnySubType" ,
+        parent => $Int,
 });
 
 ok $parent, 'Created type constraint';