Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / MOP / Immutable / Point3D.pm
index 5c9f9fb..bf33cf0 100644 (file)
@@ -12,11 +12,11 @@ __PACKAGE__->meta->add_attribute('z' => (accessor => 'z'));
 sub clear {
     my $self = shift;
     $self->SUPER::clear();
-    $self->z(0);    
+    $self->z(0);
 }
 
 __PACKAGE__->meta->make_immutable;
 
 1;
 
-__END__
\ No newline at end of file
+__END__