Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / cdbi / 11-triggers.t
index 37c179c..9c3bc07 100644 (file)
@@ -57,7 +57,7 @@ is + (
 ok $ver->delete, "Delete";
 
 {
-  Film->add_trigger(before_create => sub { 
+  Film->add_trigger(before_create => sub {
     my $self = shift;
     ok !$self->_attribute_exists('title'), "PK doesn't auto-vivify";
   });