More test schema relations for future tests
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema / Producer.pm
index 4deee65..26e140e 100644 (file)
@@ -21,5 +21,4 @@ __PACKAGE__->has_many(
     producer_to_cd => 'DBICTest::Schema::CD_to_Producer' => 'producer'
 );
 
-
 1;