Add whitespace
Dave Rolsky [Fri, 29 Oct 2010 15:07:06 +0000 (10:07 -0500)]
t/070_native_traits/011_array_subtypes.t

index dd851e9..4251cbd 100644 (file)
@@ -30,6 +30,7 @@ use Test::Fatal;
             push_array => 'push',
         },
     );
+
     has array_int => (
         traits  => ['Array'],
         is      => 'rw',
@@ -38,6 +39,7 @@ use Test::Fatal;
             push_array_int => 'push',
         },
     );
+
     has a1 => (
         traits  => ['Array'],
         is      => 'rw',
@@ -46,6 +48,7 @@ use Test::Fatal;
             push_a1 => 'push',
         },
     );
+
     has a2 => (
         traits  => ['Array'],
         is      => 'rw',
@@ -54,6 +57,7 @@ use Test::Fatal;
             push_a2 => 'push',
         },
     );
+
     has a3 => (
         traits  => ['Array'],
         is      => 'rw',
@@ -62,6 +66,7 @@ use Test::Fatal;
             push_a3 => 'push',
         },
     );
+
     has a4 => (
         traits  => ['Array'],
         is      => 'rw',
@@ -75,6 +80,7 @@ use Test::Fatal;
             accessor_a4 => 'accessor',
         },
     );
+
     has a5 => (
         traits  => ['Array'],
         is      => 'rw',