spurious whitespace
[gitmo/MooseX-Getopt.git] / t / 002_custom_option_type.t
index 9b0dfad..11cf709 100644 (file)
@@ -30,7 +30,6 @@ BEGIN {
         isa     => 'ArrayOfInts',
         default => sub { [0] }
     );
-
 }
 
 {