Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / cdbi / construct.t
index 1ee7f14..3e364b3 100644 (file)
@@ -38,6 +38,6 @@ INIT {
     my $film = Foo->construct({
         temp_thing  => 23
     });
-    
+
     ::is $film->temp_thing, 23, "construct sets temp columns";
 }