minor whitespace fix
Matt S Trout [Thu, 7 Mar 2019 02:05:25 +0000 (02:05 +0000)]
lib/SQL/Abstract.pm

index 06e7835..16c6c34 100644 (file)
@@ -644,7 +644,7 @@ sub _expand_expr_hashpair {
     {
       my $op = $k;
       $op =~ s/^-// if length($op) > 1;
-    
+
       # top level special ops are illegal in general
       # note that, arguably, if it makes no sense at top level, it also
       # makes no sense on the other side of an = sign or similar but DBIC