r11686@rob-kinyons-powerbook58: rob | 2006-04-29 23:23:17 -0400
[dbsrgits/DBM-Deep.git] / t / 19_crossref.t
index aedf5c5..bd432c8 100644 (file)
@@ -26,7 +26,6 @@ my $db2 = DBM::Deep->new( $filename2 );
     );
     is( $db->{hash1}{subkey1}, 'subvalue1', "Value imported correctly" );
     is( $db->{hash1}{subkey2}, 'subvalue2', "Value imported correctly" );
-
     ##
     # Cross-ref nested hash accross DB objects
     ##