Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class-Historic.git] / t / cdbi / 14-might_have.t
index 156a089..a02f987 100644 (file)
@@ -62,7 +62,7 @@ Film->create_test_film;
     $blurb = Blurb->retrieve('Bad Taste');
     is $blurb, undef, "Blurb has gone";
   }
-    
+
 }
 
 {