From: Matt S Trout Date: Thu, 7 Mar 2019 02:05:25 +0000 (+0000) Subject: minor whitespace fix X-Git-Tag: v2.000000~3^2~401 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07f675606d7a37b2d4eee6bce4789dd14effb941;p=dbsrgits%2FSQL-Abstract.git minor whitespace fix --- diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 06e7835..16c6c34 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