in practice, shoving a space after every ) turned out to suck
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Formatter.pm
index ffb5e18..2404d82 100644 (file)
@@ -55,7 +55,7 @@ sub _fold_sql {
       push @res, $folded."\n";
       $line_orig = $line
          = $indent0.')'.(
-           ($nl_post and $idx < $#parts) ? ' '.$nl_post : ' '
+           ($nl_post and $idx < $#parts) ? $nl_post : ''
          );
       next PART;
     }