Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / MOP / Immutable / Point.pm
index d19d3a9..a0d7c90 100644 (file)
@@ -11,7 +11,7 @@ __PACKAGE__->meta->add_attribute('y' => (accessor => 'y'));
 sub clear {
     my $self = shift;
     $self->x(0);
-    $self->y(0);    
+    $self->y(0);
 }
 
 __PACKAGE__->meta->make_immutable;