DEATH TO ALL zionist ELLIPSES
[gitmo/Moose.git] / t / 040_type_constraints / 004_util_find_type_constraint.t
index 4b6e764..390cf76 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(
@@ -31,8 +31,8 @@ foreach my $type_name (qw(
     )) {
     is(find_type_constraint($type_name)->name,
        $type_name,
-       '... got the right name for ' . $type_name);
+       'got the right name for ' . $type_name);
 }
 
 # 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