No tabs, no trailers
[dbsrgits/SQL-Abstract.git] / t / 05in_between.t
index 27ac22f..2ae0172 100644 (file)
@@ -203,7 +203,7 @@ my @in_between_tests = (
     where => { x => { -in => [ 1, undef ] } },
     stmt => " WHERE ( x IN ( ? ) OR x IS NULL )",
     bind => [ 1 ],
-    test => '-in with undef as an element', 
+    test => '-in with undef as an element',
   },
   {
     exception => qr/