Name Change
[dbsrgits/DBIx-Class-Schema-RestrictWithObject.git] / t / lib / RestrictByUserTest / Schema / Notes.pm
index 3248c48..3256e08 100644 (file)
@@ -1,4 +1,4 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     RestrictByUserTest::Schema::Notes;
 
 use base 'DBIx::Class';
@@ -8,7 +8,7 @@ __PACKAGE__->table('notes_test');
 __PACKAGE__->add_columns(
   'id' => {
     data_type => 'int',
-    is_nullable        => 0,
+    is_nullable => 0,
     is_auto_increment => 1,
   },
   'user_id' => {