You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
}
Hi,
When code includes a heredoc block, the code generator doesn't respect the fact that the end of the heredoc needs to be at the start of a line. e.g.
generates:
The generated heredoc block is not valid, as it needs to be at the start of the line.
The text was updated successfully, but these errors were encountered: