From: Darold Gilles Date: Thu, 23 Apr 2015 13:30:22 +0000 (+0200) Subject: Remove newline between a ) and , in the beautifier. X-Git-Tag: v7.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2efaacd0e7f88f95c4430a482489797f980d6b4;p=pgbadger Remove newline between a ) and , in the beautifier. --- diff --git a/pgbadger b/pgbadger index 4962d4b..e97afdc 100755 --- a/pgbadger +++ b/pgbadger @@ -11740,6 +11740,7 @@ sub build_log_line_prefix_regex and $self->_next_token ne ')' and $self->_next_token !~ /::/ and $self->_next_token ne ';' + and $self->_next_token ne ',' ); }