Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / 64db.t
index ebe22f1..d1284f8 100644 (file)
--- a/t/64db.t
+++ b/t/64db.t
@@ -13,7 +13,7 @@ plan tests => 4;
 # XXX: Is storage->dbh the only way to get a dbh?
 $schema->storage->txn_begin;
 for (10..15) {
-    $schema->resultset("Artist")->create( { 
+    $schema->resultset("Artist")->create( {
         artistid => $_,
         name => "artist number $_",
     } );