remove trailing whitespace
[gitmo/Moose.git] / t / 020_attributes / 018_no_init_arg.t
index f5ebf87..62f6e5a 100644 (file)
@@ -11,7 +11,7 @@ use Test::Exception;
 {
     package Foo;
     use Moose;
-    
+
     eval {
         has 'foo' => (
             is => "rw",