Add author test for whitespace errors and make whitespace more consistent
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / 23dumpmore.t
index 9959f73..3eaa3ea 100644 (file)
@@ -46,7 +46,7 @@ sub do_dump_test {
     my $file_regexes = $tdata{regexes};
     my $file_neg_regexes = $tdata{neg_regexes} || {};
     my $schema_regexes = delete $file_regexes->{schema};
-    
+
     my $schema_path = $DUMP_PATH . '/' . $schema_class;
     $schema_path =~ s{::}{/}g;
     dump_file_like($schema_path . '.pm', @$schema_regexes);