Add some whitespace
Dave Rolsky [Thu, 21 Oct 2010 20:01:16 +0000 (15:01 -0500)]
t/070_native_traits/013_array_coerce.t

index 71fc3fd..88f2845 100644 (file)
@@ -98,10 +98,12 @@ my $foo = Foo->new;
 {
     package Thing;
     use Moose;
+
     has thing => (
         is => 'ro', isa => 'Str',
     );
 }
+
 {
     package Bar;
     use Moose;