whitespace
Karen Etheridge [Sun, 11 Mar 2012 18:28:36 +0000 (11:28 -0700)]
t/lib/ConstructorTests.pm

index 3425d7a..691cdc2 100644 (file)
@@ -70,7 +70,6 @@ sub do_tests
         $TODO = 'some immutable cases are not handled yet; see CAVEATS' if Foo->meta->is_immutable;
         is(
             exception {
-
                 my $obj = Foo->new(attr1 => undef);
                 ok(!$obj->has_attr1, 'UT attr1 has no value when assigned undef in constructor');
                 like(