remove trailing whitespace
[gitmo/Moose.git] / t / 040_type_constraints / 030_class_subtypes.t
index 196fdf2..95ef25e 100644 (file)
@@ -16,7 +16,7 @@ use Moose::Meta::TypeConstraint;
     package Test::Moose::Meta::TypeConstraint::AnySubType;
     use Moose;
     extends 'Moose::Meta::TypeConstraint';
-    
+
     sub my_custom_method {
         return 1;
     }