Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / admin / 03data.t
index 8294c68..05ae009 100644 (file)
@@ -45,7 +45,7 @@ use_ok 'DBIx::Class::Admin';
 
   $admin->insert('Employee', {name =>'Aran'});
 
-  my $expected_data = [ 
+  my $expected_data = [
     [$employee->result_source->columns() ],
     [1,1,undef,undef,undef,'Trout',undef],
     [2,2,undef,undef,undef,'Aran',undef]