remove trailing whitespace
[gitmo/Moose.git] / t / 010_basics / 008_wrapped_method_cxt_propagation.t
index 226cf54..3147e4e 100644 (file)
@@ -30,7 +30,7 @@ use Test::More tests => 7;
 
     after qw/scalar_or_array void/ => sub {
         my $self = shift;
-        $self->inc;        
+        $self->inc;
     }
 }