remove trailing whitespace
[gitmo/Moose.git] / t / 100_bugs / 005_inline_reader_bug.t
index 2e67750..cc0c01e 100644 (file)
@@ -10,7 +10,7 @@ use Test::Exception;
 
 =pod
 
-This was a bug, but it is fixed now. This 
+This was a bug, but it is fixed now. This
 test makes sure it does not creep back in.
 
 =cut
@@ -18,14 +18,14 @@ test makes sure it does not creep back in.
 {
     package Foo;
     use Moose;
-    
+
     ::lives_ok {
         has 'bar' => (
-            is      => 'ro', 
+            is      => 'ro',
             isa     => 'Int',
             lazy    => 1,
             default => 10,
         );
     } '... this didnt die';
 }
-  
+