cleanup rogue whitespace
[dbsrgits/SQL-Abstract.git] / t / 05in_between.t
index ae66b90..f32c57a 100644 (file)
@@ -406,7 +406,7 @@ for my $case (@in_between_tests) {
         warnings_are {
           ($stmt, @bind) = $sql->where($case->{where});
         } [], "$label gives no warnings";
-  
+
         is_same_sql_bind(
           $stmt,
           \@bind,