Formatter discards empty lines between queries

All,

this relates to Beta 13.0.0.41 of Toad for Oracle.

In cases where a query is terminated with a – comment immediately followed by a semicolon on the next line,
any blank lines separating the query from the next one are discarded by the formatter.

Leaving one blank line in place would be nice.

Example:

select * from dual
– any comment
;

select * from dual;

After formatting the blank line is gone.

Kind regards,
Abe

Queued for fixing (QP-2823).

Thanks,
Andre