spurious whitespace
[gitmo/MooseX-Getopt.git] / t / 003_inferred_option_type.t
index 965014b..01cd599 100644 (file)
@@ -26,7 +26,6 @@ BEGIN {
         isa     => 'ArrayOfInts',
         default => sub { [0] }
     );
-
 }
 
 {