From: Matt S Trout Date: Thu, 7 Mar 2019 02:05:25 +0000 (+0000) Subject: minor whitespace fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ddc448940b60f29e2a0b8e953194116ad599a320;p=scpubgit%2FQ-Branch.git minor whitespace fix --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 78e7fff..98c81d7 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -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