Remove all trailing whitespace
[gitmo/Moose.git] / lib / Moose / Meta / Attribute.pm
index 65214a3..e347197 100644 (file)
@@ -80,7 +80,7 @@ sub _inline_throw_error {
 sub new {
     my ($class, $name, %options) = @_;
     $class->_process_options($name, \%options) unless $options{__hack_no_process_options}; # used from clone()... YECHKKK FIXME ICKY YUCK GROSS
-    
+
     delete $options{__hack_no_process_options};
 
     my %attrs =