Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / Actor.pm
index 9bbda39..83a03b9 100644 (file)
@@ -1,4 +1,4 @@
-package # hide from PAUSE 
+package # hide from PAUSE
     Actor;
 
 use strict;
@@ -19,7 +19,7 @@ sub create_sql {
   return qq{
     id     INTEGER PRIMARY KEY,
     name   CHAR(40),
-    film   VARCHAR(255),   
+    film   VARCHAR(255),
     salary INT
   }
 }