more cleanups
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native / String / chomp.pm
index 3c56056..1aa686a 100644 (file)
@@ -19,7 +19,7 @@ with 'Moose::Meta::Method::Accessor::Native::Writer' => {
     ]
 };
 
-sub _maximum_arguments {0}
+sub _maximum_arguments { 0 }
 
 sub _potential_value {
     my $self = shift;