Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / storage / txn.t
index 4d46e5b..09260f0 100644 (file)
@@ -112,7 +112,7 @@ for my $want (0,1) {
       die "$$ starts in txn!" if $s->storage->transaction_depth != 0;
       $s->txn_do ( sub {
         die "$$ not in txn!" if $s->storage->transaction_depth == 0;
-        $s->storage->dbh->do('SELECT 1') } 
+        $s->storage->dbh->do('SELECT 1') }
       );
       die "$$ did not finish txn!" if $s->storage->transaction_depth != 0;
     },