Remove some more trailing whitespace
[gitmo/MooseX-Getopt.git] / t / 100_gld_default_bug.t
index 4a2b42a..29ae2a4 100644 (file)
@@ -9,16 +9,16 @@ use Test::Exception;
 BEGIN {
     eval 'use Getopt::Long::Descriptive;';
     plan skip_all => "Getopt::Long::Descriptive required for this test" if $@;
-    plan tests => 5;    
+    plan tests => 5;
     use_ok('MooseX::Getopt');
 }
 
 {
     package Engine::Foo;
     use Moose;
-    
+
     with 'MooseX::Getopt';
-    
+
     has 'nproc' => (
         metaclass   => 'Getopt',
         is          => 'ro',