Add author test for whitespace errors and make whitespace more consistent
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / 14ora_common.t
index 3b1920d..762d25a 100644 (file)
@@ -18,7 +18,7 @@ dbixcsl_common_tests->new(
         my ($table, $col) = @_;
         return (
             qq{ CREATE SEQUENCE ${table}_${col}_seq START WITH 1 INCREMENT BY 1},
-            qq{ 
+            qq{
                 CREATE OR REPLACE TRIGGER ${table}_${col}_trigger
                 BEFORE INSERT ON ${table}
                 FOR EACH ROW