Remove all trailing whitespace
[gitmo/Moose.git] / benchmarks / cmop / lib / Plain / Point.pm
index fca27b0..432d194 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 
 sub new {
     my ( $class, %params ) = @_;
-    
+
     return bless {
         x => $params{x} || 10,
         y => $params{y},