reshuffling the division of labor between Storage and Storage::DBI (not complete)
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Schema.pm
index 6eb18ba..e1f64e1 100644 (file)
@@ -505,7 +505,6 @@ sub txn_do {
   $self->storage->txn_do(@_);
 }
 
-
 =head2 txn_begin
 
 Begins a transaction (does nothing if AutoCommit is off). Equivalent to