Cosmetic changes (mostly from perltidy).
[gitmo/Moose.git] / t / 040_type_constraints / 011_container_type_constraint.t
index 32b3430..9e76ea0 100644 (file)
@@ -64,3 +64,5 @@ ok(!$array_of_array_of_ints->check(
     [[ 1, 2, 3 ], [ qw/foo bar/ ]]
 ), '... [[ 1, 2, 3 ], [ qw/foo bar/ ]] failed successfully');
 
+
+