Merge branch 'bare_attribute'
[gitmo/Moose.git] / t / 040_type_constraints / 003_util_std_type_constraints.t
index 65b7a08..2457d50 100644 (file)
@@ -9,7 +9,7 @@ use Test::Exception;
 use Scalar::Util ();
 
 BEGIN {
-    use_ok('Moose::Util::TypeConstraints');           
+    use_ok('Moose::Util::TypeConstraints');
 }
 
 my $SCALAR_REF = \(my $var);