tabs -> spaces
Jesse Luehrs [Tue, 21 Jul 2009 03:54:54 +0000 (22:54 -0500)]
t/040_type_constraints/004_util_find_type_constraint.t

index 4b6e764..8fe6a6b 100644 (file)
@@ -7,7 +7,7 @@ use Test::More tests => 18;
 use Test::Exception;
 
 BEGIN {
-       use_ok('Moose::Util::TypeConstraints');
+    use_ok('Moose::Util::TypeConstraints');
 }
 
 foreach my $type_name (qw(
@@ -35,4 +35,4 @@ foreach my $type_name (qw(
 }
 
 # TODO:
-# add tests for is_subtype_of which confirm the hierarchy
\ No newline at end of file
+# add tests for is_subtype_of which confirm the hierarchy