fix minor regression
Arthur Axel 'fREW' Schmidt [Sat, 5 Sep 2009 08:24:43 +0000 (03:24 -0500)]
t/020_attributes/012_misc_attribute_tests.t

index 4daa618..5d521cd 100644 (file)
@@ -29,10 +29,10 @@ use MetaTest;
 
        ok($foo_attr->has_documentation, '... the foo has docs');
        is($foo_attr->documentation,
-               q{
-                   The 'foo' attribute is my favorite
-                   attribute in the whole wide world.
-               },
+            q{
+                The 'foo' attribute is my favorite
+                attribute in the whole wide world.
+            },
        '... got the foo docs');
     } 2;
 }