fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Bookmark.pm
index 3e87e54..8c2c3b1 100644 (file)
@@ -15,7 +15,7 @@ __PACKAGE__->add_columns(
     },
     'link' => {
         data_type => 'integer',
-               is_nullable => 1,
+        is_nullable => 1,
     },
 );