Final round of detabify
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / MyFilm.pm
index d0ae5f8..9e1c007 100644 (file)
@@ -16,7 +16,7 @@ sub _carp { }
 sub stars { map $_->star, shift->_stars }
 
 sub create_sql {
-       return qq{
+  return qq{
     filmid  TINYINT NOT NULL AUTO_INCREMENT PRIMARY KEY,
     title   VARCHAR(255)
   };